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

Commit 7b27f4c

Browse files
committed
Move METROPOLIS_FORK_BLKNUM
1 parent eb39160 commit 7b27f4c

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=99999999,
51+
METROPOLIS_FORK_BLKNUM=2 ** 100,
5252
METROPOLIS_ENTRY_POINT=2 ** 160 - 1,
5353
METROPOLIS_STATEROOT_STORE=0x10,
5454
METROPOLIS_BLOCKHASH_STORE=0x20,

0 commit comments

Comments
 (0)