fix replay bugs found on kaustinen-7

Signed-off-by: Guillaume Ballet <3272758+gballet@users.noreply.github.com>
pull/31014/head
Guillaume Ballet 20 hours ago
parent 5e66be9f04
commit f54f34e1ef
  1. 2
      core/vm/contracts.go
  2. 2
      core/vm/jump_table.go

@ -139,7 +139,7 @@ var PrecompiledContractsPrague = PrecompiledContracts{
var PrecompiledContractsBLS = PrecompiledContractsPrague
var PrecompiledContractsVerkle = PrecompiledContractsPrague
var PrecompiledContractsVerkle = PrecompiledContractsBerlin
var (
PrecompiledAddressesPrague []common.Address

@ -87,7 +87,7 @@ func validate(jt JumpTable) JumpTable {
}
func newVerkleInstructionSet() JumpTable {
instructionSet := newCancunInstructionSet()
instructionSet := newShanghaiInstructionSet()
enable4762(&instructionSet)
return validate(instructionSet)
}

Loading…
Cancel
Save