From 4c9978f656656690bca82efa301db9b6938eb76a Mon Sep 17 00:00:00 2001 From: MestryOmkar Date: Wed, 14 Nov 2018 17:44:47 +0530 Subject: [PATCH] Increase gasprice from 1 to 2500 --- docker/XDCchain/entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/XDCchain/entrypoint.sh b/docker/XDCchain/entrypoint.sh index 3a4ce693ae..9f221cbf29 100644 --- a/docker/XDCchain/entrypoint.sh +++ b/docker/XDCchain/entrypoint.sh @@ -164,6 +164,6 @@ exec XDC $params \ --wsport 8546 \ --wsorigins "*" \ --mine \ - --gasprice "1" \ + --gasprice "2500" \ --targetgaslimit "420000000" \ "$@" \ No newline at end of file