From 13c79d7ca2a978b5e00c7204c1e65f0a1bf941dc Mon Sep 17 00:00:00 2001 From: Nguyen Sy Thanh Son Date: Tue, 27 Nov 2018 10:05:14 +0700 Subject: [PATCH] fix block gas limit --- docker/tomochain/entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/tomochain/entrypoint.sh b/docker/tomochain/entrypoint.sh index cab9433baa..6a1ab2e0b9 100755 --- a/docker/tomochain/entrypoint.sh +++ b/docker/tomochain/entrypoint.sh @@ -165,5 +165,5 @@ exec tomo $params \ --wsorigins "*" \ --mine \ --gasprice "2500" \ - --targetgaslimit "420000000" \ + --targetgaslimit "84000000" \ "$@"