Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Uxío <Uxio0@users.noreply.github.com>
  • Loading branch information
moisses89 and Uxio0 committed Feb 16, 2024
1 parent 76e8fbb commit eaa6fae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions safe_cli/operators/safe_tx_service_operator.py
Original file line number Diff line number Diff line change
Expand Up @@ -454,8 +454,8 @@ def remove_proposed_transaction(self, safe_tx_hash: bytes):
print_formatted_text(
HTML(
"<ansired>The transaction has all the required signatures to be executed!!!\n"
"This means that the transaction can be executed even after removal \n"
f"Ensure to use the nonce {safe_tx.safe_nonce} to avoid it"
"This means that the transaction can be executed by a 3rd party monitoring your Safe even after removal!\n"
f"Make sure you execute a transaction with nonce {safe_tx.safe_nonce} to void the current transaction"
"</ansired>"
)
)
Expand Down

0 comments on commit eaa6fae

Please sign in to comment.