Skip to content

Commit

Permalink
chore: update x/leverage codec.go #614
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderbez authored Mar 7, 2022
1 parent 7a8ded1 commit 06fc763
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions x/leverage/types/codec.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,10 @@ func RegisterInterfaces(registry cdctypes.InterfaceRegistry) {
(*sdk.Msg)(nil),
&MsgLendAsset{},
&MsgWithdrawAsset{},
&MsgSetCollateral{},
&MsgBorrowAsset{},
&MsgRepayAsset{},
&MsgLiquidate{},
)

registry.RegisterImplementations(
Expand Down

0 comments on commit 06fc763

Please sign in to comment.