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
AutoCLI fails when setting a validator address. We need to use a different address codec for field annotated with cosmos.ValidatorAddressString (possibly ConsensusAddressString too??).
6:29PM ERR failure when running app err="invalid argument \"cosmosvaloper1hzktuc7un3uvrem2fdh2kw4vwzkxum6pv83h5c\" for \"--0\" flag: invalid bech32 account address: hrp does not match bech32 prefix: expected 'cosmos' got 'cosmosvaloper': internal logic error [cosmos/cosmos-sdk@v0.51.0/x/auth/codec/bech32_codec.go:37]" when trying to get a validator.
AutoCLI fails when setting a validator address. We need to use a different address codec for field annotated with
cosmos.ValidatorAddressString
(possiblyConsensusAddressString
too??).6:29PM ERR failure when running app err="invalid argument \"cosmosvaloper1hzktuc7un3uvrem2fdh2kw4vwzkxum6pv83h5c\" for \"--0\" flag: invalid bech32 account address: hrp does not match bech32 prefix: expected 'cosmos' got 'cosmosvaloper': internal logic error [cosmos/cosmos-sdk@v0.51.0/x/auth/codec/bech32_codec.go:37]"
when trying to get a validator.Originally posted by @julienrbrt in #16641 (comment)
The text was updated successfully, but these errors were encountered: