fix(server): properly parse multiple gas config (#18537)

This commit is contained in:
Julien Robert
2023-11-22 15:13:44 +00:00
committed by GitHub
parent fc4ce6c778
commit 875a71cc6f
8 changed files with 22 additions and 37 deletions
+1 -1
View File
@@ -7,7 +7,7 @@
# The minimum gas prices a validator is willing to accept for processing a
# transaction. A transaction's fees must meet the minimum of any denomination
# specified in this config (e.g. 0.25token1;0.0001token2).
# specified in this config (e.g. 0.25token1,0.0001token2).
minimum-gas-prices = "0stake"
# default: the last 362880 states are kept, pruning at 10 block intervals
+1 -1
View File
@@ -7,7 +7,7 @@
# The minimum gas prices a validator is willing to accept for processing a
# transaction. A transaction's fees must meet the minimum of any denomination
# specified in this config (e.g. 0.25token1;0.0001token2).
# specified in this config (e.g. 0.25token1,0.0001token2).
minimum-gas-prices = "0stake"
# The maximum gas a query coming over rest/grpc may consume.