From 7c364d56a831fba4c002e31a9e204859fb48e6ac Mon Sep 17 00:00:00 2001 From: Alexander Date: Mon, 15 Jul 2024 11:07:32 -0400 Subject: [PATCH] remove unused arg for apply_gas_multiplier --- core.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core.py b/core.py index bbd95b8..92b9770 100755 --- a/core.py +++ b/core.py @@ -43,7 +43,7 @@ def apply_estimated_gas(tx, attempts=18): return tx -def apply_gas_multiplier(tx, multiplier=None, attempts=18): +def apply_gas_multiplier(tx, multiplier=None): if not multiplier: multiplier = os.getenv('GAS_MULTIPLIER') try: