Merge pull request #428 from tomochain/thanhson1085-gas-price

Change default gasPrice to 0.25 Gwei
This commit is contained in:
Nguyen Sy Thanh Son 2019-01-31 10:02:35 +07:00 committed by GitHub
commit e107d70809
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -175,6 +175,6 @@ exec tomo $params \
--wsport 8546 \
--wsorigins "*" \
--mine \
--gasprice "2500" \
--gasprice "250000000" \
--targetgaslimit "84000000" \
"$@"