proto register "cosmos.base.v1beta.Msg" interface (#7433)

This commit is contained in:
Amaury Martiny
2020-10-01 13:59:32 -03:00
committed by GitHub
parent 92ffed01bb
commit 6a92ed694e
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -13,5 +13,5 @@ func RegisterLegacyAminoCodec(cdc *codec.LegacyAmino) {
// RegisterInterfaces registers the sdk message type.
func RegisterInterfaces(registry types.InterfaceRegistry) {
registry.RegisterInterface("cosmos.v1beta1.Msg", (*Msg)(nil))
registry.RegisterInterface("cosmos.base.v1beta1.Msg", (*Msg)(nil))
}