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
Hey, recently I noticed that osmosid tx gov submit-proposal cli changed. I started to use submit-legacy-proposal instead, but for a private testnet and the following proposal
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hey, recently I noticed that
osmosid tx gov submit-proposal
cli changed. I started to usesubmit-legacy-proposal
instead, but for a private testnet and the following proposalI get the following error
parameter max_validators not registered
.I tried with key
MaxValidators
andmax_validators
as well, it worked before v21cmdline
osmosisd tx gov submit-legacy-proposal param-change /tmp/proposal625121331 --from=owner-key --keyring-backend=file --chain-id=private-net-1 --node=tcp://osmosis-validator:26657 --gas-prices=0.01uosmo --gas-adjustment=3.0 --gas=auto --output=json --yes
Beta Was this translation helpful? Give feedback.
All reactions