fix block gas limit

This commit is contained in:
Nguyen Sy Thanh Son 2018-11-27 10:05:14 +07:00 committed by GitHub
parent ac085e0271
commit 13c79d7ca2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -165,5 +165,5 @@ exec tomo $params \
--wsorigins "*" \
--mine \
--gasprice "2500" \
--targetgaslimit "420000000" \
--targetgaslimit "84000000" \
"$@"