Fix typo
This commit is contained in:
parent
4f8c9e4917
commit
84e9b215b2
|
@ -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"
|
||||
|
||||
|
|
Loading…
Reference in New Issue