mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-19 18:32:23 +00:00
Increase gasprice from 1 to 2500
This commit is contained in:
parent
50314af4ed
commit
68f1e13496
1 changed files with 1 additions and 1 deletions
|
|
@ -164,6 +164,6 @@ exec tomo $params \
|
||||||
--wsport 8546 \
|
--wsport 8546 \
|
||||||
--wsorigins "*" \
|
--wsorigins "*" \
|
||||||
--mine \
|
--mine \
|
||||||
--gasprice "1" \
|
--gasprice "2500" \
|
||||||
--targetgaslimit "420000000" \
|
--targetgaslimit "420000000" \
|
||||||
"$@"
|
"$@"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue