Skip to content

Commit

Permalink
fix(IRO): registered missing BuyExactSpend codec register (#1464)
Browse files Browse the repository at this point in the history
  • Loading branch information
mtsitrin authored Nov 12, 2024
1 parent 206b47e commit 7c2a71f
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 7c2a71f

Please sign in to comment.