Skip to content

Commit

Permalink
tests: transition to correct VM (Petersburg, not Constantinople) in h…
Browse files Browse the repository at this point in the history
…elper.
  • Loading branch information
veox committed Oct 17, 2019
1 parent 84b5bb7 commit f39edbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eth/tools/fixtures/helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ def chain_vm_configuration(fixture: Dict[str, Any]) -> Iterable[Tuple[int, Type[
elif network == 'ByzantiumToConstantinopleFixAt5':
return (
(0, ByzantiumVM),
(5, ConstantinopleVM),
(5, PetersburgVM),
)
else:
raise ValueError("Network {0} does not match any known VM rules".format(network))
Expand Down

0 comments on commit f39edbd

Please sign in to comment.