File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -42,6 +42,7 @@ func RegisterLegacyAminoCodec(cdc *codec.LegacyAmino) {
4242 cdc .RegisterConcrete (& DerivativeMarketParamUpdateProposal {}, "exchange/DerivativeMarketParamUpdateProposal" , nil )
4343 cdc .RegisterConcrete (& TradingRewardCampaignLaunchProposal {}, "exchange/TradingRewardCampaignLaunchProposal" , nil )
4444 cdc .RegisterConcrete (& TradingRewardCampaignUpdateProposal {}, "exchange/TradingRewardCampaignUpdateProposal" , nil )
45+ cdc .RegisterConcrete (& TradingRewardPointsUpdateProposal {}, "exchange/TradingRewardPointsUpdateProposal" , nil )
4546 cdc .RegisterConcrete (& FeeDiscountProposal {}, "exchange/FeeDiscountProposal" , nil )
4647 cdc .RegisterConcrete (& BatchCommunityPoolSpendProposal {}, "exchange/BatchCommunityPoolSpendProposal" , nil )
4748}
@@ -81,6 +82,7 @@ func RegisterInterfaces(registry types.InterfaceRegistry) {
8182 & DerivativeMarketParamUpdateProposal {},
8283 & TradingRewardCampaignLaunchProposal {},
8384 & TradingRewardCampaignUpdateProposal {},
85+ & TradingRewardPointsUpdateProposal {},
8486 & FeeDiscountProposal {},
8587 & BatchCommunityPoolSpendProposal {},
8688 )
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ const (
2222 ProposalTypeDerivativeMarketParamUpdate string = "ProposalTypeDerivativeMarketParamUpdate"
2323 ProposalTypeTradingRewardCampaign string = "ProposalTypeTradingRewardCampaign"
2424 ProposalTypeTradingRewardCampaignUpdate string = "ProposalTypeTradingRewardCampaignUpdateProposal"
25- ProposalTypeTradingRewardPointsUpdate string = "ProposalTypeTradingRewardPointsUpdate "
25+ ProposalTypeTradingRewardPointsUpdate string = "ProposalTypeTradingRewardPointsUpdateProposal "
2626 ProposalTypeFeeDiscountProposal string = "ProposalTypeFeeDiscountProposal"
2727 ProposalTypeBatchCommunityPoolSpendProposal string = "ProposalTypeBatchCommunityPoolSpendProposal"
2828)
You can’t perform that action at this time.
0 commit comments