Linter fix

This commit is contained in:
Christopher Goes 2018-05-26 01:34:16 +02:00
parent 8aaff4b96e
commit 9cfc6de055
No known key found for this signature in database
GPG Key ID: E828D98232D328D3
1 changed files with 1 additions and 0 deletions

View File

@ -223,6 +223,7 @@ func NewMsgUnrevoke(validatorAddr sdk.Address) MsgUnrevoke {
}
}
//nolint
func (msg MsgUnrevoke) Type() string { return MsgType }
func (msg MsgUnrevoke) GetSigners() []sdk.Address { return []sdk.Address{msg.ValidatorAddr} }