Skip to content

Commit

Permalink
register codec for register coin proposal
Browse files Browse the repository at this point in the history
  • Loading branch information
uhyunpark committed Aug 28, 2024
1 parent ba4dded commit a60dbc0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions x/erc20/types/codec.go
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ func RegisterInterfaces(registry codectypes.InterfaceRegistry) {
)
registry.RegisterImplementations(
(*govv1beta1.Content)(nil),
&RegisterCoinProposal{},
&RegisterERC20Proposal{},
&ToggleTokenConversionProposal{},
)
Expand Down

0 comments on commit a60dbc0

Please sign in to comment.