mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-06-19 21:31:37 +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 "*" \
|
||||
--mine \
|
||||
--gasprice "2500" \
|
||||
--targetgaslimit "420000000" \
|
||||
--targetgaslimit "84000000" \
|
||||
"$@"
|
||||
Loading…
Reference in a new issue