mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-16 18:00:46 +00:00
reduce gas limit for devnet to 50M (#785)
Co-authored-by: liam.lai <liam.lai@us>
This commit is contained in:
parent
ac3b44eebf
commit
dd0fb11fa3
1 changed files with 1 additions and 1 deletions
|
|
@ -86,7 +86,7 @@ XDC --ethstats ${netstats} --gcmode archive \
|
||||||
--http-port $rpc_port \
|
--http-port $rpc_port \
|
||||||
--http-api db,eth,debug,net,shh,txpool,personal,web3,XDPoS \
|
--http-api db,eth,debug,net,shh,txpool,personal,web3,XDPoS \
|
||||||
--http-vhosts "*" --unlock "${wallet}" --password /work/.pwd --mine \
|
--http-vhosts "*" --unlock "${wallet}" --password /work/.pwd --mine \
|
||||||
--miner-gasprice "1" --miner-gaslimit "420000000" --verbosity ${log_level} \
|
--miner-gasprice "1" --miner-gaslimit "50000000" --verbosity ${log_level} \
|
||||||
--debugdatadir /work/xdcchain \
|
--debugdatadir /work/xdcchain \
|
||||||
--store-reward \
|
--store-reward \
|
||||||
--ws --ws-addr=0.0.0.0 --ws-port $ws_port \
|
--ws --ws-addr=0.0.0.0 --ws-port $ws_port \
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue