We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90e38d6 commit 7976340Copy full SHA for 7976340
1 file changed
ape_safe/exceptions.py
@@ -52,7 +52,7 @@ class NotEnoughSignatures(ApeSafeException, SignatureError):
52
def __init__(self, expected: int, actual: int):
53
super().__init__(
54
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."
+ " and publish to Safe API by adding 'submit=False' to your call."
56
)
57
58
0 commit comments