Fixed signers' calculation once more.

This commit is contained in:
Revertron
2022-05-12 18:49:54 +02:00
parent 3e1f93f988
commit 27ba7c5710
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1062,7 +1062,7 @@ impl Chain {
}
}
count += 1;
if !mitigated && count > 25 {
if !mitigated && count > 5000 {
tail = tail / 13;
mitigated = true;
}