Skip to content

Commit 425383b

Browse files
committed
fix
1 parent 46627b4 commit 425383b

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

docs/references/protocol/transactions/types/accountdelete.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ An AccountDelete transaction deletes an [account](../../ledger-data/ledger-entry
3737
| `Destination` | String - [Address][] | AccountID | Yes | The address of an account to receive any leftover XRP after deleting the sending account. Must be a funded account in the ledger, and must not be the sending account. |
3838
| `DestinationTag` | Number | UInt32 | No | Arbitrary [destination tag](../../../../concepts/transactions/source-and-destination-tags.md) that identifies a hosted recipient or other information for the recipient of the deleted account's leftover XRP. |
3939

40+
4041
## Special Transaction Cost
4142

4243
As an additional deterrent against ledger spam, the AccountDelete transaction requires a much higher than usual [transaction cost](../../../../concepts/transactions/transaction-cost.md): instead of the standard minimum of 0.00001 XRP, AccountDelete must destroy at least the owner reserve amount, currently {% $env.PUBLIC_OWNER_RESERVE %}. This discourages excessive creation of new accounts because the [reserve requirement](../../../../concepts/accounts/reserves.md) cannot be fully recouped by deleting the account.

docs/references/protocol/transactions/types/escrowfinish.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@ labels:
1212

1313
Deliver XRP from an escrow (held payment) to the recipient.
1414

15-
Deliver XRP from an escrow (held payment) to the recipient.
16-
1715
_Added by the [Escrow amendment][]._
1816

1917

0 commit comments

Comments
 (0)