@@ -139,7 +139,7 @@ your transactions that are **validated** on top of block, where it is active get
139139becomes expired when the block with the number you have specified during registration is "mined". It is the
140140` validTill ` parameter of the ` register ` call (see below). After that ` validTill ` block, you may unregister and get
141141your reserved funds back. There's also an intermediate point between those blocks - it is the ` validTill - LEASE ` ,
142- where ` LEASE ` is the the chain constant, controlled by the governance. Initially it is set to ` 300 ` blocks.
142+ where ` LEASE ` is the chain constant, controlled by the governance. Initially it is set to ` 300 ` blocks.
143143All your transactions, ** validated** between the ` validTill - LEASE ` and ` validTill ` blocks do not get the
144144priority boost. Also, it is forbidden to specify ` validTill ` such that the ` validTill - currentBlock ` is less
145145than the ` LEASE ` .
@@ -156,7 +156,7 @@ than the `LEASE`.
156156| 700 | Inactive | Your message delivery transactions are not boosted |
157157| 701 | Inactive | Your message delivery transactions are not boosted |
158158| ... | Inactive | Your message delivery transactions are not boosted |
159- | 1000 | Expired | Your may submit a tx with the ` deregister ` call |
159+ | 1000 | Expired | You may submit a tx with the ` deregister ` call |
160160
161161</details >
162162
@@ -230,7 +230,7 @@ your relayer account. Then:
230230
231231- set the ` bridgedChainId ` to ` bhpd ` ;
232232
233- - check the both variants of the ` owner ` field: ` ThisChain ` is used to pay for message delivery transactions
233+ - check both variants of the ` owner ` field: ` ThisChain ` is used to pay for message delivery transactions
234234 and ` BridgedChain ` is used to pay for message confirmation transactions.
235235
236236If check shows that you have some rewards, you can craft the claim transaction, with similar parameters.
0 commit comments