Skip to content

Commit

Permalink
fix(fw): EOF - Fix EXCHANGE's data_portion_length (#849)
Browse files Browse the repository at this point in the history
Co-authored-by: danceratopz <[email protected]>
  • Loading branch information
pdobacz and danceratopz authored Oct 1, 2024
1 parent 77c5153 commit ce11586
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ethereum_test_vm/opcode.py
Original file line number Diff line number Diff line change
Expand Up @@ -5066,6 +5066,7 @@ class Opcodes(Opcode, Enum):

EXCHANGE = Opcode(
0xE8,
data_portion_length=1,
data_portion_formatter=_exchange_encoder,
stack_properties_modifier=_exchange_stack_properties_modifier,
)
Expand Down

0 comments on commit ce11586

Please sign in to comment.