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
string dst_validator_addr = 3 [(cosmos_proto.scalar) = "cosmos.AddressString"];
In should have been cosmos.ValidatorAddressString when it is a validator.
Is there an existing issue for this?
What happened?
When trying to query redelegations using
<app> query staking redelegation <delegator-addr> <src-validator-addr> <dst-validator-addr>
command, got below error:invalid argument "cosmosvaloper19nw35h4tu4ja7a2c3yryt9ewnr9gj9qr8csjve" for "--1" flag: invalid account address or key name: hrp does not match bech32 prefix: expected 'cosmos' got 'cosmosvaloper': internal logic error [cosmos/cosmos-sdk@v0.53.0/codec/address/bech32_codec.go:89]
Cosmos SDK Version
v0.50, v0.52, main
How to reproduce?
No response
The text was updated successfully, but these errors were encountered: