Skip to content

Commit

Permalink
Apply PR suggestion
Browse files Browse the repository at this point in the history
Co-authored-by: Uxío <[email protected]>
  • Loading branch information
falvaradorodriguez and Uxio0 authored Oct 30, 2024
1 parent b9685e2 commit d635eac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion safe_transaction_service/history/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -543,7 +543,7 @@ def get_queryset(self):
def delete(self, request, safe_tx_hash: HexStr):
"""
Removes the queued but not executed multi-signature transaction associated with the given Safe tansaction hash.
Only the proposer or the delegate user who proposed the transaction can delete it.
Only the proposer or the delegate who proposed the transaction can delete it.
If the transaction was proposed by a delegate, it must still be a valid delegate for the transaction proposer.
An EOA is required to sign the following EIP-712 data:
Expand Down

0 comments on commit d635eac

Please sign in to comment.