Merge pull request #304 from tomochain/thanhson1085-increase-gasprice

Increase gasprice from 1 to 2500
This commit is contained in:
Nguyen Sy Thanh Son 2018-11-26 16:07:45 +07:00 committed by GitHub
commit ac085e0271
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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