Skip to content

Commit bdf55d9

Browse files
authored
Merge PR #3778: Fix improper distr msg tag
1 parent 5d8b949 commit bdf55d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

x/distribution/types/msg.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ func NewMsgWithdrawDelegatorReward(delAddr sdk.AccAddress, valAddr sdk.ValAddres
6363
}
6464

6565
func (msg MsgWithdrawDelegatorReward) Route() string { return MsgRoute }
66-
func (msg MsgWithdrawDelegatorReward) Type() string { return "withdraw_delegation_reward" }
66+
func (msg MsgWithdrawDelegatorReward) Type() string { return "withdraw_delegator_reward" }
6767

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

0 commit comments

Comments
 (0)