Merge pull request #305 from tomochain/thanhson1085-block-gaslimit

fix block gas limit
This commit is contained in:
Tuna 2018-11-27 14:19:51 +07:00 committed by GitHub
commit 49a52d1f85
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" \
"$@"