Fix error on docs

This commit is contained in:
Richard Ramos 2018-03-15 11:27:29 -04:00
parent ebaeeb750e
commit d857ccc467

View File

@ -124,7 +124,7 @@ Once this recovery contract is created, we need to associate it with the identit
Recovery of an identity happens when you lose access to the management key(s). The recovery is done having the friends sign a message. This message is a sha3 hash compossed of: Recovery of an identity happens when you lose access to the management key(s). The recovery is done having the friends sign a message. This message is a sha3 hash compossed of:
``` ```
identity address + secret word + the function and parameters of the function to invoke encoded + identity address + secret word + contract to invoke + the function and parameters of the function to invoke encoded +
new secret word hash + new friend hashes. new secret word hash + new friend hashes.
``` ```