Skip to content

Commit

Permalink
Revert "tests/fuzzers/les: fix crash in fuzzer (ethereum#28362)"
Browse files Browse the repository at this point in the history
This reverts commit 0bceb02.
  • Loading branch information
devopsbo3 committed Nov 10, 2023
1 parent 5bf64a8 commit 2ae6a0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/fuzzers/les/les-fuzzer.go
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ func makechain() (bc *core.BlockChain, addresses []common.Address, txHashes []co
)
nonce := uint64(i)
if i%4 == 0 {
tx, _ = types.SignTx(types.NewContractCreation(nonce, big.NewInt(0), 200000, big.NewInt(params.GWei), testContractCode), signer, bankKey)
tx, _ = types.SignTx(types.NewContractCreation(nonce, big.NewInt(0), 200000, big.NewInt(0), testContractCode), signer, bankKey)
addr = crypto.CreateAddress(bankAddr, nonce)
} else {
addr = common.BigToAddress(big.NewInt(int64(i)))
Expand Down

0 comments on commit 2ae6a0c

Please sign in to comment.