Skip to content

Commit 5fc10a1

Browse files
committed
add mentions to relay state update
1 parent d8d651a commit 5fc10a1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

products/proof-of-humanity/proof-of-humaity-2.0-integrations-guide.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ In case the `isHuman` call renders true, one may want to address whether the acc
131131

132132
The results can be interpreted as follows:
133133

134-
- If the outcome has no record for this account, it means that the account was originally registered on the same partner's chain and thus, it is the home chain. This is so, since transferred profiles leaves record of this action on the cross-chain contract, and no record means the account has never been transferred.
134+
- If the outcome has no record for this account, it means that the account was originally registered on the same partner's chain and thus, it is the home chain. This is so, since transferred profiles leaves record of this action on the cross-chain contract, and no record means the account has never been transferred (nor its state updated).
135135
- If the outcome triggers the `isHomeChain` parameter as true and the `expirationTime` has not been reached, then the account's home chain is the partner's chain.
136-
- If the outcome triggers the `isHomeChain` parameter as false and the `expirationTime` has not been reached, then the account's home chain is not the partner's chain.
137-
- If the outcome triggers an `expirationTime` that has already been reached, then the account's home chain is the partner's chain, no matter which is the `isHomeChain` outcome. This is so, given that the information on the cross-chain contract corresponds to an old transfer, and therefore we know that this latter account's instance has been created on the partner's chain.
136+
- If the outcome triggers the `isHomeChain` parameter as false and the `expirationTime` has not been reached, then the account's home chain is **not** the partner's chain.
137+
- If the outcome triggers an `expirationTime` that has already been reached, then the account's home chain is the partner's chain, no matter which is the `isHomeChain` outcome. This is so, given that the information on the cross-chain contract corresponds to an old transfer (or state update relayed), and therefore we know that this latter account's instance has been created on the partner's chain.

0 commit comments

Comments
 (0)