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

Commit

Permalink
Use tests and fork block (preliminary) from eip158 branch #417
Browse files Browse the repository at this point in the history
  • Loading branch information
konradkonrad committed Oct 31, 2016
1 parent bef491e commit fd63aa0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ethereum/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
# Anti-DoS fork
ANTI_DOS_FORK_BLKNUM=2457000,
# "spurious dragon" fork
SPURIOUS_DRAGON_FORK_BLKNUM=2 ** 98,
SPURIOUS_DRAGON_FORK_BLKNUM=3500000,
)
assert default_config['NEPHEW_REWARD'] == \
default_config['BLOCK_REWARD'] // 32
Expand Down

0 comments on commit fd63aa0

Please sign in to comment.