mirror of
https://github.com/autistic-symposium/blockchains-security-toolkit.git
synced 2025-07-31 02:18:48 -04:00
Update polygon.md
This commit is contained in:
parent
12b68f7fdb
commit
80720896b6
1 changed files with 5 additions and 5 deletions
|
@ -60,7 +60,7 @@ updateTimeline(-(int256(amount) + delegationAmount), -1, targetEpoch);
|
|||
c. Unstake the validator. (validatorState.amount is decreased again)
|
||||
d. Wait for a checkpoint (for this validator slot to open)
|
||||
|
||||
* These steps will repeatedly decrease the total staking power by the same amount of delegated amount for each iteration. An attacker can repeat this until the total staking power is low enough to start accepting new checkpoints. He can bypass the required ⅔ consensus majority check. An attacker can lower the total staking power up to a low point that a sole validator can pass the majority check.
|
||||
These steps will repeatedly decrease the total staking power by the same amount of delegated amount for each iteration. An attacker can repeat this until the total staking power is low enough to start accepting new checkpoints. He can bypass the required ⅔ consensus majority check. An attacker can lower the total staking power up to a low point that a sole validator can pass the majority check.
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue