mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-19 18:32:23 +00:00
Merge pull request #305 from tomochain/thanhson1085-block-gaslimit
fix block gas limit
This commit is contained in:
commit
49a52d1f85
1 changed files with 1 additions and 1 deletions
|
|
@ -165,5 +165,5 @@ exec tomo $params \
|
||||||
--wsorigins "*" \
|
--wsorigins "*" \
|
||||||
--mine \
|
--mine \
|
||||||
--gasprice "2500" \
|
--gasprice "2500" \
|
||||||
--targetgaslimit "420000000" \
|
--targetgaslimit "84000000" \
|
||||||
"$@"
|
"$@"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue