mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-17 18:30:45 +00:00
fix block gas limit
This commit is contained in:
parent
4c9978f656
commit
abaa9703e6
1 changed files with 1 additions and 1 deletions
|
|
@ -165,5 +165,5 @@ exec XDC $params \
|
||||||
--wsorigins "*" \
|
--wsorigins "*" \
|
||||||
--mine \
|
--mine \
|
||||||
--gasprice "2500" \
|
--gasprice "2500" \
|
||||||
--targetgaslimit "420000000" \
|
--targetgaslimit "84000000" \
|
||||||
"$@"
|
"$@"
|
||||||
Loading…
Reference in a new issue