Increase gasprice from 1 to 2500

This commit is contained in:
Nguyen Sy Thanh Son 2018-11-26 16:02:31 +07:00 committed by GitHub
parent 50314af4ed
commit 68f1e13496
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -164,6 +164,6 @@ exec tomo $params \
--wsport 8546 \ --wsport 8546 \
--wsorigins "*" \ --wsorigins "*" \
--mine \ --mine \
--gasprice "1" \ --gasprice "2500" \
--targetgaslimit "420000000" \ --targetgaslimit "420000000" \
"$@" "$@"