mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-18 02:40:45 +00:00
Change default gasPrice to 0.25 Gwei
This commit is contained in:
parent
0b88144a17
commit
c3117a6f41
1 changed files with 1 additions and 1 deletions
|
|
@ -174,6 +174,6 @@ exec XDC $params \
|
||||||
--wsport 8546 \
|
--wsport 8546 \
|
||||||
--wsorigins "*" \
|
--wsorigins "*" \
|
||||||
--mine \
|
--mine \
|
||||||
--gasprice "2500" \
|
--gasprice "250000000" \
|
||||||
--targetgaslimit "84000000" \
|
--targetgaslimit "84000000" \
|
||||||
"$@"
|
"$@"
|
||||||
Loading…
Reference in a new issue