Skip to content
This repository was archived by the owner on May 23, 2023. It is now read-only.

Commit 1ecc8b6

Browse files
committed
Move METROPOLIS BLK NUMBER further into the future
`CreateHashCollision` from `StateTests/Homestead/stSystemOperationsTest.json-CreateHashCollision` defines `"currentNumber"` as `11000000` but its data is not within the METROPOLIS paradigm.
1 parent c08c127 commit 1ecc8b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ethereum/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
HOMESTEAD_FORK_BLKNUM=1150000,
4949
HOMESTEAD_DIFF_ADJUSTMENT_CUTOFF=10,
5050
# Metropolis fork
51-
METROPOLIS_FORK_BLKNUM=9999999,
51+
METROPOLIS_FORK_BLKNUM=99999999,
5252
METROPOLIS_ENTRY_POINT=2 ** 160 - 1,
5353
METROPOLIS_STATEROOT_STORE=0x10,
5454
METROPOLIS_BLOCKHASH_STORE=0x20,

0 commit comments

Comments
 (0)