Skip to content

Migration v0.46.X -> v0.47.X new proposal messages migration error #51

Discussion options

You must be logged in to vote

Can you show us how you have registered your message MsgUpdateMintersParams?
It seems like your modules does not register its messages.

// RegisterInterfaces registers the interfaces types with the interface registry
func RegisterInterfaces(registry types.InterfaceRegistry) {
	registry.RegisterImplementations((*sdk.Msg)(nil),
		&MsgUpdateMintersParams{},
	)
}

Replies: 0 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Answer selected by tac0turtle
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment