Skip to content

Commit c365333

Browse files
fubuloubuantazoey
andauthored
refactor: update from peer review
Co-authored-by: antazoey <admin@antazoey.me>
1 parent e1f1d51 commit c365333

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ape_safe/accounts.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -872,7 +872,7 @@ def add_signatures(
872872
if signature := acc.sign_message(safe_tx):
873873
new_signatures[acc.address] = signature
874874
confirmations_needed -= 1
875-
if confirmations_needed == 0:
875+
if confirmations_needed <= 0:
876876
break
877877

878878
# else: didn't want to sign

0 commit comments

Comments
 (0)