Skip to content

Commit

Permalink
Merge pull request #29 from trailofbits/constantinopole-block-num
Browse files Browse the repository at this point in the history
Update evmasm.py
  • Loading branch information
computerality authored Dec 7, 2018
2 parents 0243756 + 1425daf commit 49af559
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 49af559

Please sign in to comment.