Minor wording changes

This commit is contained in:
Christopher Goes
2018-05-31 00:25:18 +02:00
parent 1a3ef51129
commit 99bed49c8d
2 changed files with 2 additions and 6 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ func NewHandler(k Keeper) sdk.Handler {
}
}
// Validators must submit a transaction to unrevoke themselves after
// Validators must submit a transaction to unrevoke itself after
// having been revoked (and thus unbonded) for downtime
func handleMsgUnrevoke(ctx sdk.Context, msg MsgUnrevoke, k Keeper) sdk.Result {