You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The config getter and setter seem to be working both properly with ; delimitation.
That does not change the bug, and they should both behave the same for sure.
Is there an existing issue for this?
What happened?
What?
The example comment in
app.toml
uses;
as the separator for specifying multiple denominations for minimum gas price.Following the example leads to a panic when the application starts :
This issue arises because the
SetMinGasPrices
function callsParseDecCoins
, which uses,
as the separatorSolution
The text was updated successfully, but these errors were encountered: