diff --git a/XLS-0085-token-escrow/README.md b/XLS-0085-token-escrow/README.md index 63cc2e56..de6ba412 100644 --- a/XLS-0085-token-escrow/README.md +++ b/XLS-0085-token-escrow/README.md @@ -80,7 +80,6 @@ The `EscrowCreate` transaction is modified as follows: - **MPTs**: The escrow `Amount` is deducted from the source's MPT balance. The `sfOutstandingBalance` of the MPT issuance remains unchanged. The `sfLockedAmount` is increased on both the source's MPT and the MPT issuance. - **Escrow Object Creation:** - The `Escrow` ledger object includes: - - `CancelAfter`: When the Escrow Expires (Required on IOU/MPT) - `Amount`: Tokens held in escrow. - `TransferRate`: `TransferRate` (IOUs) or `TransferFee` (MPTs) at creation. - `IssuerNode`: Reference to the issuer’s ledger node if applicable.