Skip to content

Commit

Permalink
Fix cosmossdk minimum-gas-price verifications (#1320)
Browse files Browse the repository at this point in the history
  • Loading branch information
shleikes authored Mar 20, 2024
1 parent 1f099f7 commit 2a3bfba
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions cookbook/specs/spec_add_cosmossdk.json
Original file line number Diff line number Diff line change
Expand Up @@ -2168,7 +2168,7 @@
"function_tag": "VERIFICATION",
"result_parsing": {
"parser_arg": [
"minimumGasPrice",
"minimum_gas_price",
"="
],
"parser_func": "PARSE_DICTIONARY"
Expand Down Expand Up @@ -4681,7 +4681,7 @@
{
"name": "minimum-gas-price",
"parse_directive": {
"function_template": "cosmos.base.node.v1beta1.Service.Config",
"function_template": "cosmos.base.node.v1beta1.Service/Config",
"function_tag": "VERIFICATION",
"result_parsing": {
"parser_arg": [
Expand All @@ -4690,7 +4690,7 @@
],
"parser_func": "PARSE_DICTIONARY"
},
"api_name": "cosmos.base.node.v1beta1.Service.Config"
"api_name": "cosmos.base.node.v1beta1.Service/Config"
}
},
{
Expand Down Expand Up @@ -5348,7 +5348,7 @@
"result_parsing": {
"parser_arg": [
"0",
"response",
"result",
"value"
],
"parser_func": "PARSE_CANONICAL"
Expand Down

0 comments on commit 2a3bfba

Please sign in to comment.