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
./build/simd keys add alice --keyring-backend test
./build/simd keys add bob --keyring-backend test
./build/simd keys add ms1 --multisig alice,bob --multisig-threshold 2 --keyring-backend test
./build/simd keys add ms1 --multisig alice,bob --multisig-threshold 1 --keyring-backend test
Error
main.main()
cosmossdk.io/simapp/simd/main.go:15 +0x3c
panic: amino binary marshal marshaling error for {TypeUrl:/cosmos.crypto.secp256k1.PubKey Value:[10 33 3 79 75 188 230 163 79 248 222 112 164 132 202 3 52 54 175 40 169 79 111 223 173 151 98 170 104 130 4 212 96 159 171] XXX_NoUnkeyedLiteral:{} XXX_unrecognized:[] XXX_sizecache:0 cachedValue:0x14000b00228 compat:<nil>}, this is likely because amino is being used directly (instead of codec.LegacyAmino which is preferred) or UnpackInterfacesMessage is not defined for some type which contains a protobuf Any either directly or via one of its members. To see a stacktrace of where the error is coming from, set the var Debug = true in codec/types/compat.go
The text was updated successfully, but these errors were encountered:
Is there an existing issue for this?
What happened?
Panic when trying to replace an existing msig account with another one with the same name.
Doesn't panic on v0.50.7 but on main (possible regression)
Likely to be related to #20382
Cosmos SDK Version
main
How to reproduce?
Error
The text was updated successfully, but these errors were encountered: