Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Uxio0 committed Mar 20, 2024
1 parent b699e9f commit 031a28f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ def validate(self, attrs):
safe_signatures = self._validate_signature(
safe_address,
safe_operation_hash,
safe_operation.get_safe_operation_hash_preimage(chain_id, module_address),
safe_operation.safe_operation_hash_preimage,
attrs["signature"],
)
if not safe_signatures:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -123,9 +123,7 @@ def index_safe_operation_confirmations(
parsed_signatures = SafeSignature.parse_signature(
signature,
safe_operation_model.hash,
safe_operation.get_safe_operation_hash_preimage(
self.ethereum_client.get_chain_id(), safe_operation_model.module_address
),
safe_operation.safe_operation_hash_preimage,
)

safe_operation_confirmations = []
Expand Down

0 comments on commit 031a28f

Please sign in to comment.