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

Commit 73b981d

Browse files
committed
Homestead Fork
1 parent a003f1f commit 73b981d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ethereum/config.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@
4343
EXPDIFF_FREE_PERIODS=2,
4444
# Blank account initial nonce
4545
ACCOUNT_INITIAL_NONCE=0,
46-
# Homestead fork (500k on livenet?)
47-
HOMESTEAD_FORK_BLKNUM=1000000,
46+
# Homestead fork
47+
HOMESTEAD_FORK_BLKNUM=1150000,
4848
HOMESTEAD_DIFF_ADJUSTMENT_CUTOFF=10,
4949
)
5050
assert default_config['NEPHEW_REWARD'] == \

0 commit comments

Comments
 (0)