mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 02:42:27 +00:00
Merge pull request #428 from tomochain/thanhson1085-gas-price
Change default gasPrice to 0.25 Gwei
This commit is contained in:
commit
e107d70809
1 changed files with 1 additions and 1 deletions
|
|
@ -175,6 +175,6 @@ exec tomo $params \
|
||||||
--wsport 8546 \
|
--wsport 8546 \
|
||||||
--wsorigins "*" \
|
--wsorigins "*" \
|
||||||
--mine \
|
--mine \
|
||||||
--gasprice "2500" \
|
--gasprice "250000000" \
|
||||||
--targetgaslimit "84000000" \
|
--targetgaslimit "84000000" \
|
||||||
"$@"
|
"$@"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue