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 Nov 2, 2016
1 parent 22e96d2 commit 9b830b7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion ethereum/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,8 @@
DAO_WITHDRAWER=utils.normalize_address('0xbf4ed7b27f1d666546e30d74d50d173d20bca754'),
# Anti-DoS fork
ANTI_DOS_FORK_BLKNUM=2457000,
CLEARING_FORK_BLKNUM=2 ** 98,
# "spurious dragon" fork
SPURIOUS_DRAGON_FORK_BLKNUM=3500000,
)
assert default_config['NEPHEW_REWARD'] == \
default_config['BLOCK_REWARD'] // 32
Expand Down

0 comments on commit 9b830b7

Please sign in to comment.