diff --git a/concept-transaction-cost.html b/concept-transaction-cost.html index a36702cac8..5161530583 100644 --- a/concept-transaction-cost.html +++ b/concept-transaction-cost.html @@ -195,7 +195,7 @@ EscrowFinish Transaction with Fulfillment -10 drops + (32 drops × (Fulfillment size in bytes ÷ 16)) +10 drops × (32 + (Fulfillment size in bytes ÷ 16)) @@ -281,9 +281,9 @@ EscrowFinish transaction with 32-byte preimage. -74 +340 245 -148 +680 512 diff --git a/content/concept-transaction-cost.md b/content/concept-transaction-cost.md index d3be3767a5..8b27592b5f 100644 --- a/content/concept-transaction-cost.md +++ b/content/concept-transaction-cost.md @@ -20,7 +20,7 @@ Some transactions have different transaction costs: | [Reference Transaction](#reference-transaction-cost) (Most transactions) | 10 drops | | [Key Reset Transaction](#key-reset-transaction) | 0 | | [Multi-signed Transaction](reference-transaction-format.html#multi-signing) | 10 drops × (1 + Number of Signatures Provided) | -| [EscrowFinish Transaction with Fulfillment](reference-transaction-format.html#escrowfinish) | 10 drops + (32 drops × (Fulfillment size in bytes ÷ 16)) | +| [EscrowFinish Transaction with Fulfillment](reference-transaction-format.html#escrowfinish) | 10 drops × (32 + (Fulfillment size in bytes ÷ 16)) | ## Beneficiaries of the Transaction Cost ## @@ -102,7 +102,7 @@ _Fee levels_ represent the proportional difference between the minimum cost and | Reference transaction (most transactions) | 10 | 256 | 20 | 512 | | [Multi-signed transaction](reference-transaction-format.html#multi-signing) with 4 signatures | 50 | 256 | 100 | 512 | | [Key reset transaction](concept-transaction-cost.html#key-reset-transaction) | 0 | (Effectively infinite) | N/A | (Effectively infinite) | -| [EscrowFinish transaction](reference-transaction-format.html#escrowfinish) with 32-byte preimage. | 74 | 245 | 148 | 512 | +| [EscrowFinish transaction](reference-transaction-format.html#escrowfinish) with 32-byte preimage. | 340 | 245 | 680 | 512 | ## Querying the Transaction Cost ## diff --git a/content/reference-transaction-format.md b/content/reference-transaction-format.md index 11fbd8c17b..cd421890ac 100644 --- a/content/reference-transaction-format.md +++ b/content/reference-transaction-format.md @@ -581,7 +581,7 @@ Any account may submit an EscrowFinish transaction. * If the corresponding [EscrowCreate transaction][] specified a `FinishAfter` time that is after the close time of the most recently-closed ledger, the EscrowFinish transaction fails. * If the corresponding [EscrowCreate transaction][] specified a `CancelAfter` time that is before the close time of the most recently-closed ledger, the EscrowFinish transaction fails. -**Note:** The [transaction cost](concept-transaction-cost.html) to submit an EscrowFinish transaction increases if it contains a fulfillment. An EscrowFinish transaction has a base cost of 10 [drops of XRP](reference-rippled.html#specifying-currency-amounts), plus an additional 32 drops for every 16 bytes in size of the preimage. For example, a fulfillment with a 32-byte preimage would cost 10 + (32 drops × (32 bytes / 16)) = 74 drops of XRP. +**Note:** The [transaction cost](concept-transaction-cost.html) to submit an EscrowFinish transaction increases if it contains a fulfillment. An EscrowFinish transaction has a base cost of 320 [drops of XRP](reference-rippled.html#specifying-currency-amounts), plus an additional 10 drops for every 16 bytes in size of the preimage. For example, a fulfillment with a 32-byte preimage would cost 10 × (32 drops + (32 bytes ÷ 16)) = 340 drops of XRP. diff --git a/reference-transaction-format.html b/reference-transaction-format.html index 88f463855f..1390774855 100644 --- a/reference-transaction-format.html +++ b/reference-transaction-format.html @@ -1028,7 +1028,7 @@
  • If the corresponding EscrowCreate transaction specified a FinishAfter time that is after the close time of the most recently-closed ledger, the EscrowFinish transaction fails.
  • If the corresponding EscrowCreate transaction specified a CancelAfter time that is before the close time of the most recently-closed ledger, the EscrowFinish transaction fails.
  • -

    Note: The transaction cost to submit an EscrowFinish transaction increases if it contains a fulfillment. An EscrowFinish transaction has a base cost of 10 drops of XRP, plus an additional 32 drops for every 16 bytes in size of the preimage. For example, a fulfillment with a 32-byte preimage would cost 10 + (32 drops × (32 bytes / 16)) = 74 drops of XRP.

    +

    Note: The transaction cost to submit an EscrowFinish transaction increases if it contains a fulfillment. An EscrowFinish transaction has a base cost of 320 drops of XRP, plus an additional 10 drops for every 16 bytes in size of the preimage. For example, a fulfillment with a 32-byte preimage would cost 10 × (32 drops + (32 bytes ÷ 16)) = 340 drops of XRP.

    OfferCancel

    [Source]

    An OfferCancel transaction removes an Offer node from the Ripple Consensus Ledger.