Skip to content

Commit

Permalink
registered missing BuyExactSpend codec register
Browse files Browse the repository at this point in the history
  • Loading branch information
mtsitrin committed Nov 12, 2024
1 parent 17b5be7 commit 50ecbf5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions x/iro/types/codec.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ func RegisterCodec(cdc *codec.LegacyAmino) {
cdc.RegisterConcrete(&MsgClaim{}, "iro/Claim", nil)
cdc.RegisterConcrete(&MsgCreatePlan{}, "iro/CreatePlan", nil)
cdc.RegisterConcrete(&MsgUpdateParams{}, "iro/UpdateParams", nil)
cdc.RegisterConcrete(&MsgBuyExactSpend{}, "iro/BuyExactSpend", nil)
}

func RegisterInterfaces(registry cdctypes.InterfaceRegistry) {
Expand Down

0 comments on commit 50ecbf5

Please sign in to comment.