Skip to content

Commit

Permalink
Merge PR cosmos#3778: Fix improper distr msg tag
Browse files Browse the repository at this point in the history
  • Loading branch information
jackzampolin authored Mar 1, 2019
1 parent 5d8b949 commit bdf55d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/distribution/types/msg.go
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ func NewMsgWithdrawDelegatorReward(delAddr sdk.AccAddress, valAddr sdk.ValAddres
}

func (msg MsgWithdrawDelegatorReward) Route() string { return MsgRoute }
func (msg MsgWithdrawDelegatorReward) Type() string { return "withdraw_delegation_reward" }
func (msg MsgWithdrawDelegatorReward) Type() string { return "withdraw_delegator_reward" }

// Return address that must sign over msg.GetSignBytes()
func (msg MsgWithdrawDelegatorReward) GetSigners() []sdk.AccAddress {
Expand Down

0 comments on commit bdf55d9

Please sign in to comment.