Skip to content

Commit

Permalink
fix: revert hawaii fork to london instruction set (#58)
Browse files Browse the repository at this point in the history
### Description

Panic due to not support instruction of merge fork.
  • Loading branch information
DarianShawn authored Nov 4, 2023
1 parent 5dd0717 commit 014df11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/vm/jump_table.go
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ var (
berlinInstructionSet = newBerlinInstructionSet()
londonInstructionSet = newLondonInstructionSet()
mergeInstructionSet = newMergeInstructionSet()
hawaiiInstructionSet = newMergeInstructionSet()
hawaiiInstructionSet = newLondonInstructionSet()
)

// JumpTable contains the EVM opcodes supported at a given fork.
Expand Down

0 comments on commit 014df11

Please sign in to comment.