From 818d301ea7d42d06b1efb9bb0b7988b2d0ab0e89 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mois=C3=A9s=20Fern=C3=A1ndez?= <7888669+moisses89@users.noreply.github.com> Date: Mon, 4 Sep 2023 11:49:28 +0200 Subject: [PATCH] Apply suggestions from code review MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Uxío --- gnosis/safe/proxy_factory.py | 1 - gnosis/safe/safe.py | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/gnosis/safe/proxy_factory.py b/gnosis/safe/proxy_factory.py index 0cb4604fd..44e8ad339 100644 --- a/gnosis/safe/proxy_factory.py +++ b/gnosis/safe/proxy_factory.py @@ -102,7 +102,6 @@ def deploy_proxy_contract_with_nonce( master_copy, initializer, salt_nonce ) - # Auto estimation of gas does not work. We use a little more gas just in case (gas_increment) return self.deploy_contract_with_deploy_function( self.ethereum_client, deployer_account, diff --git a/gnosis/safe/safe.py b/gnosis/safe/safe.py index d24feb459..dd89e6753 100644 --- a/gnosis/safe/safe.py +++ b/gnosis/safe/safe.py @@ -78,7 +78,7 @@ class SafeInfo: class SafeCommon(ContractCommon): """ - Class to manage a Safe + Collection of methods and utilies to handle a Safe """ # keccak256("fallback_manager.handler.address")