We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4da329 commit 5d350d8Copy full SHA for 5d350d8
fillers/eips/eip3860.py
@@ -483,7 +483,7 @@ def generate_create_opcode_initcode_test_cases(
483
let contract_length := calldatasize()
484
calldatacopy(0, 0, contract_length)
485
let gas1 := gas()
486
- let res := create2(0, 0, contract_length, 0)
+ let res := create2(0, 0, contract_length, 0xdeadbeef)
487
let gas2 := gas()
488
sstore(0, res)
489
sstore(1, sub(gas1, gas2))
0 commit comments