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 f5d09b0 commit 39c42a8Copy full SHA for 39c42a8
tests/fuzzers/les/les-fuzzer.go
@@ -70,7 +70,7 @@ func makechain() (bc *core.BlockChain, addresses []common.Address, txHashes []co
70
)
71
nonce := uint64(i)
72
if i%4 == 0 {
73
- 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)
74
addr = crypto.CreateAddress(bankAddr, nonce)
75
} else {
76
addr = common.BigToAddress(big.NewInt(int64(i)))
0 commit comments