Deletable accounts tx ref: link fixes

This commit is contained in:
mDuo13
2019-11-26 17:00:48 -08:00
parent b80c58d545
commit 48b07ff1f3
5 changed files with 9 additions and 3 deletions

View File

@@ -54,7 +54,7 @@ When the [tfPartialPayment flag](payment.html#payment-flags) is enabled, the `Am
### Accounts
XRP is held in _accounts_ (also referred to as _wallets_ or _addresses_ ) on the XRP Ledger. Accounts on the XRP Ledger are different than accounts on other blockchain ledgers, such as Bitcoin, where accounts incur little to no overhead. In the XRP Ledger, accounts can [never be deleted](accounts.html#permanence-of-accounts), and each account must hold a separate [reserve of XRP](reserves.html) that cannot be sent to others. For these reasons, Ripple recommends that institutions not create excessive or needless accounts.
XRP is held in _accounts_ (also referred to as _wallets_ or _addresses_ ) on the XRP Ledger. Accounts on the XRP Ledger are different than accounts on other blockchain ledgers, such as Bitcoin, where accounts incur little to no overhead. In the XRP Ledger, account state is stored per ledger and accounts are [not easy to delete](accounts.html#deletion-of-accounts). To offset the costs associated with storing accounts, each account must hold a separate [reserve of XRP](reserves.html) that cannot be sent to others. For these reasons, Ripple recommends that institutions not create excessive or needless accounts.
<!-- STYLE_OVERRIDE: hot wallet, warm wallet, cold wallet, wallet -->