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