Skip to content

Commit

Permalink
Fix JSON tag formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
webmaster128 committed Jul 16, 2023
1 parent d0d79cc commit 8d2b576
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/msg.go
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ type RedelegateMsg struct {
type DistributionMsg struct {
SetWithdrawAddress *SetWithdrawAddressMsg `json:"set_withdraw_address,omitempty"`
WithdrawDelegatorReward *WithdrawDelegatorRewardMsg `json:"withdraw_delegator_reward,omitempty"`
FundCommunityPool *FundCommunityPoolMsg `json:"fund_community_pool",omitempty"`
FundCommunityPool *FundCommunityPoolMsg `json:"fund_community_pool,omitempty"`
}

// SetWithdrawAddressMsg is translated to a [MsgSetWithdrawAddress](https://github.com/cosmos/cosmos-sdk/blob/v0.42.4/proto/cosmos/distribution/v1beta1/tx.proto#L29-L37).
Expand Down

0 comments on commit 8d2b576

Please sign in to comment.