File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 4646 allowedFutureBlockTimeSeconds = int64 (15 ) // Max seconds from current time allowed for blocks, before they're considered future blocks
4747
4848 // calcDifficultyEip3554 is the difficulty adjustment algorithm as specified by EIP 3554.
49- // It offsets the bomb a total of 9.5M blocks.
49+ // It offsets the bomb a total of 9.7M blocks.
5050 // Specification EIP-3554: https://eips.ethereum.org/EIPS/eip-3554
51- calcDifficultyEip3554 = makeDifficultyCalculator (big .NewInt (9500000 ))
51+ calcDifficultyEip3554 = makeDifficultyCalculator (big .NewInt (9700000 ))
5252
5353 // calcDifficultyEip2384 is the difficulty adjustment algorithm as specified by EIP 2384.
5454 // It offsets the bomb 4M blocks from Constantinople, so in total 9M blocks.
You can’t perform that action at this time.
0 commit comments