From 06fc7637392a822ed54d538d1a75f18a496991df Mon Sep 17 00:00:00 2001 From: Aleksandr Bezobchuk Date: Mon, 7 Mar 2022 10:04:35 -0500 Subject: [PATCH] chore: update x/leverage codec.go #614 --- x/leverage/types/codec.go | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/x/leverage/types/codec.go b/x/leverage/types/codec.go index 292763584d..c91b87aaee 100644 --- a/x/leverage/types/codec.go +++ b/x/leverage/types/codec.go @@ -42,6 +42,10 @@ func RegisterInterfaces(registry cdctypes.InterfaceRegistry) { (*sdk.Msg)(nil), &MsgLendAsset{}, &MsgWithdrawAsset{}, + &MsgSetCollateral{}, + &MsgBorrowAsset{}, + &MsgRepayAsset{}, + &MsgLiquidate{}, ) registry.RegisterImplementations(