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
constregistry=newRegistry(defaultRegistryTypes);// register custom types here
The only thing this changes is the registration order, which only matters if you register a type that is part of the defaults. In this case the second version is probably what you want.
By the way, /cosmos.gov.v1beta1.MsgSubmitProposal is registered by default in CosmJS 0.27 and the two authz messages are coming with CosmJS 0.28.
The text was updated successfully, but these errors were encountered:
The code
in
composer/react/src/redux/action-creator/wallet.ts
Lines 62 to 64 in 5d83739
The only thing this changes is the registration order, which only matters if you register a type that is part of the defaults. In this case the second version is probably what you want.
By the way,
/cosmos.gov.v1beta1.MsgSubmitProposal
is registered by default in CosmJS 0.27 and the two authz messages are coming with CosmJS 0.28.The text was updated successfully, but these errors were encountered: