Skip to content

Commit 39c42a8

Browse files
authored
Revert "tests/fuzzers/les: fix crash in fuzzer (ethereum#28362)"
This reverts commit 0bceb02.
1 parent f5d09b0 commit 39c42a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/fuzzers/les/les-fuzzer.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ func makechain() (bc *core.BlockChain, addresses []common.Address, txHashes []co
7070
)
7171
nonce := uint64(i)
7272
if i%4 == 0 {
73-
tx, _ = types.SignTx(types.NewContractCreation(nonce, big.NewInt(0), 200000, big.NewInt(params.GWei), testContractCode), signer, bankKey)
73+
tx, _ = types.SignTx(types.NewContractCreation(nonce, big.NewInt(0), 200000, big.NewInt(0), testContractCode), signer, bankKey)
7474
addr = crypto.CreateAddress(bankAddr, nonce)
7575
} else {
7676
addr = common.BigToAddress(big.NewInt(int64(i)))

0 commit comments

Comments
 (0)