Skip to content

Commit

Permalink
newsfragment for #2156
Browse files Browse the repository at this point in the history
  • Loading branch information
fselmo committed Mar 15, 2024
1 parent 717c191 commit d4fd330
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion eth/tools/fixtures/helpers.py
Expand Up @@ -135,7 +135,7 @@ def transition_test_at_timestamp(
return ((0, initial_vm),)

raise ValidationError(
"Not a known transition test format - transition_block is ``None``."
"Not a known transition test format: transition_block==None."
)

return (
Expand Down
1 change: 1 addition & 0 deletions newsfragments/2156.bugfix.rst
@@ -0,0 +1 @@
bugfix: Address issues instantiating VM at Cancun transition.

0 comments on commit d4fd330

Please sign in to comment.