Skip to content

Commit

Permalink
fix(btcstaking): register MsgAddReceiver/MsgRemoveReceiver/MsgUpdateP…
Browse files Browse the repository at this point in the history
…arams
  • Loading branch information
473n committed Jun 17, 2024
1 parent bf5091c commit 829e208
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions x/btcstaking/types/codec.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ func RegisterInterfaces(registry cdctypes.InterfaceRegistry) {
(*sdk.Msg)(nil),
&MsgCreateBTCStaking{},
&MsgBurnRequest{},
&MsgRemoveReceiver{},
&MsgAddReceiver{},
&MsgUpdateParams{},
)

msgservice.RegisterMsgServiceDesc(registry, &_Msg_serviceDesc)
Expand Down

0 comments on commit 829e208

Please sign in to comment.