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
Currently all sdk.Msg types must implement a method GetSigners() []sdk.AccAddress which both depends on a type definition (sdk.AccAddress) which depends on a global sdk.Config variable.
All messages must define the cosmos.msg.v1.signer protobuf annotation which declaratively defines which fields are required to sign messages.
-> For more detail, please visit cosmos-sdk issue
When using command
oraid tx evm set-mapping-evm
, we receive error as follow:The text was updated successfully, but these errors were encountered: