From 84e9b215b290030c76ed5135a687f312d3e1e7f7 Mon Sep 17 00:00:00 2001 From: Christopher Goes Date: Mon, 13 Aug 2018 14:54:42 +0200 Subject: [PATCH] Fix typo --- docs/spec/slashing/transactions.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/spec/slashing/transactions.md b/docs/spec/slashing/transactions.md index 33e3bd65e..f241b12d2 100644 --- a/docs/spec/slashing/transactions.md +++ b/docs/spec/slashing/transactions.md @@ -17,9 +17,9 @@ All delegators still delegated to the validator will be rebonded and begin to again collect provisions and rewards. ```golang -handleMsgUnjail(operator sdk.AccAddress) +handleMsgUnjail(tx TxUnjail) - validator := getValidator(operator) + validator := getValidator(tx.ValidatorAddr) if validator == nil fail with "No validator found"