Skip to content

Commit

Permalink
fix: update call comment
Browse files Browse the repository at this point in the history
  • Loading branch information
dtdang committed Oct 25, 2023
1 parent 4ae4fcc commit dd50fa0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions ape_safe/accounts.py
Original file line number Diff line number Diff line change
Expand Up @@ -389,8 +389,7 @@ def call( # type: ignore[override]
impersonate: bool = False,
**call_kwargs,
) -> ReceiptAPI:
# NOTE: The `or True` at the end is in case we get `submit=None`,
# meaning use the default.
# NOTE: This handles if given `submit=None'.
default_submit = not impersonate
submit = (
call_kwargs.pop("submit_transaction", call_kwargs.pop("submit", default_submit))
Expand Down

0 comments on commit dd50fa0

Please sign in to comment.