Remove old/inadvertent TODOs

Neither of these TODOs is relevant at the moment and they should not be
visible to readers (even in the HTML comments)
This commit is contained in:
mDuo13
2025-08-29 13:45:43 -07:00
committed by akcodez
parent cb6dac0fa1
commit 4da270b9d9
2 changed files with 0 additions and 4 deletions

View File

@@ -128,7 +128,6 @@ Response:
[Sign and submit](../../../../concepts/transactions/index.md#signing-and-submitting-transactions) an [EscrowFinish transaction][] to execute the release of the funds after the `FinishAfter` time has passed. Set the `Owner` field of the transaction to the `Account` address from the EscrowCreate transaction, and the `OfferSequence` to the `Sequence` number from the EscrowCreate transaction. For an escrow held only by time, omit the `Condition` and `Fulfillment` fields.
***TODO: First half of this statement is covered by concept info already. It's also reiterated in escrow.md. The second portion about potential recipients should remain.***
{% admonition type="success" name="Tip" %}
The EscrowFinish transaction is necessary because the XRP Ledger's state can only be modified by transactions. The sender of this transaction may be the recipient of the escrow, the original sender of the escrow, or any other XRP Ledger address.
{% /admonition %}