This commit is contained in:
Christopher Goes 2018-08-13 14:54:42 +02:00
parent 4f8c9e4917
commit 84e9b215b2
1 changed files with 2 additions and 2 deletions

View File

@ -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"