Add missing sentence about immutable blocks in Offline Grace Period

This commit is contained in:
Cofson
2025-12-23 19:17:53 +01:00
parent 8afedcc328
commit 62d5825ec9

View File

@@ -407,6 +407,8 @@ The following example explains why $T_\text{offline}$ should not be set too long
- If the malicious peer sends the fork to the restarted node - If the malicious peer sends the fork to the restarted node
faster than the honest peer, faster than the honest peer,
the restarted node will commit to the fork because it has $k$ new blocks. the restarted node will commit to the fork because it has $k$ new blocks.
Even if the node later receives the honest chain from the honest peer,
it cannot revert blocks that are already immutable.
### Offline Duration Measurement ### Offline Duration Measurement