Skip to content

Commit

Permalink
Update evmasm.py
Browse files Browse the repository at this point in the history
Add block number for Constantinople fork
  • Loading branch information
computerality authored Dec 7, 2018
1 parent 0243756 commit 1425daf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyevmasm/evmasm.py
Original file line number Diff line number Diff line change
Expand Up @@ -905,7 +905,7 @@ def block_to_fork(block_number):
2463000: "tangerine_whistle",
2675000: "spurious_dragon",
4370000: "byzantium",
9999998: "constantinople", # to be replaced after Constantinople launch
7080000: "constantinople",
9999999: "serenity" # to be replaced after Serenity launch
}
fork_names = list(forks_by_block.values())
Expand Down

0 comments on commit 1425daf

Please sign in to comment.