Skip to content

Commit 7976340

Browse files
authored
fix(Account): typo in NotEnoughSignatures exception
1 parent 90e38d6 commit 7976340

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ape_safe/exceptions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ class NotEnoughSignatures(ApeSafeException, SignatureError):
5252
def __init__(self, expected: int, actual: int):
5353
super().__init__(
5454
f"Not enough signatures, {expected - actual} more are needed. Bypass this behavior"
55-
" and publish to Safe API by adding 'submit_transaction=False' to your call."
55+
" and publish to Safe API by adding 'submit=False' to your call."
5656
)
5757

5858

0 commit comments

Comments
 (0)