Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Uxío <[email protected]>
  • Loading branch information
moisses89 and Uxio0 authored Sep 4, 2023
1 parent 41ebc34 commit 818d301
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion gnosis/safe/proxy_factory.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
2 changes: 1 addition & 1 deletion gnosis/safe/safe.py
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit 818d301

Please sign in to comment.