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 addrCodec validates if the address is bech32 with current chain prefix or 0x address, but in ibc packet, the sender address could be bech32 with other chain prefix.
Solution
We can either not decoding sender address at all, or has a custom decoder for it.