From 68f1e13496d60ff720f8d022737df99c75de7f69 Mon Sep 17 00:00:00 2001 From: Nguyen Sy Thanh Son Date: Mon, 26 Nov 2018 16:02:31 +0700 Subject: [PATCH] Increase gasprice from 1 to 2500 --- 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 5da24e3488..cab9433baa 100755 --- a/docker/tomochain/entrypoint.sh +++ b/docker/tomochain/entrypoint.sh @@ -164,6 +164,6 @@ exec tomo $params \ --wsport 8546 \ --wsorigins "*" \ --mine \ - --gasprice "1" \ + --gasprice "2500" \ --targetgaslimit "420000000" \ "$@"