Merge PR #3778: Fix improper distr msg tag
This commit is contained in:
parent
5d8b94979d
commit
bdf55d9610
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue