core/vm: initialize the bogota instructions from Amsterdam (#35383)

This commit is contained in:
rjl493456442 2026-07-20 22:12:35 +08:00 committed by GitHub
parent a38a90bc60
commit 47450f97fc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -93,7 +93,7 @@ func validate(jt JumpTable) JumpTable {
}
func newBogotaInstructionSet() JumpTable {
instructionSet := newOsakaInstructionSet()
instructionSet := newAmsterdamInstructionSet()
return validate(instructionSet)
}