mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-21 12:16:44 +00:00
core/vm: initialize the bogota instructions from Amsterdam (#35383)
This commit is contained in:
parent
a38a90bc60
commit
47450f97fc
1 changed files with 1 additions and 1 deletions
|
|
@ -93,7 +93,7 @@ func validate(jt JumpTable) JumpTable {
|
|||
}
|
||||
|
||||
func newBogotaInstructionSet() JumpTable {
|
||||
instructionSet := newOsakaInstructionSet()
|
||||
instructionSet := newAmsterdamInstructionSet()
|
||||
return validate(instructionSet)
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue