mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-19 18:32:23 +00:00
core/vm: remove duplicated EIP initialization
This commit is contained in:
parent
3800a708e1
commit
1a661dcabf
1 changed files with 0 additions and 1 deletions
|
|
@ -83,7 +83,6 @@ func validate(jt JumpTable) JumpTable {
|
|||
|
||||
func newVerkleInstructionSet() JumpTable {
|
||||
instructionSet := newCancunInstructionSet()
|
||||
enable6780(&instructionSet)
|
||||
enable4762(&instructionSet)
|
||||
return validate(instructionSet)
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue