Change default gasPrice to 0.25 Gwei

This commit is contained in:
Nguyen Sy Thanh Son 2019-01-31 09:59:29 +07:00 committed by GitHub
parent f8d6278281
commit f772c0f8b9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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