From a94829eae879838d9553f9e0af36e4781c3a50ba Mon Sep 17 00:00:00 2001 From: Agustin Dorda <adorda@boletinoficial.gob.ar> Date: Tue, 12 Mar 2019 15:56:15 -0300 Subject: [PATCH] Nuevo gas price para resend --- TsaApi/local_settings_prod.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TsaApi/local_settings_prod.py b/TsaApi/local_settings_prod.py index dbdd5ce..6bc7a0d 100644 --- a/TsaApi/local_settings_prod.py +++ b/TsaApi/local_settings_prod.py @@ -39,7 +39,7 @@ TEMPORARY_OTS_PREFIX = '0x' PERMANENT_OTS_PREFIX = '1x' GAS = 250000 -GAS_PRICE = 100000000 +GAS_PRICE = 100000000000 SENTRY_URL = 'http://36f4f241a007447d8a4441a13055b110:136cb6d1af854b869d13610603fa7321@10.1.100.118:9000/84' -- GitLab