Add comment on MsgUnrevoke

This commit is contained in:
Christopher Goes 2018-05-29 02:50:04 +02:00
parent 65945c069c
commit 345b5b88a8
No known key found for this signature in database
GPG Key ID: E828D98232D328D3
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ var _ sdk.Msg = &MsgUnrevoke{}
// MsgUnrevoke - struct for unrevoking revoked validator
type MsgUnrevoke struct {
ValidatorAddr sdk.Address `json:"address"`
ValidatorAddr sdk.Address `json:"address"` // address of the validator owner
}
func NewMsgUnrevoke(validatorAddr sdk.Address) MsgUnrevoke {