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

@@ -143,7 +143,7 @@ Examples of invariant checks:
- The total amount of XRP destroyed by a transaction must match the [transaction cost](transaction-cost.html) exactly.
- XRP cannot be created.
- [`AccountRoot` objects in the ledger](accountroot.html) cannot be deleted. (See also: [Permanence of Accounts](accounts.html#permanence-of-accounts).)
- [`AccountRoot` objects in the ledger](accountroot.html) cannot be deleted unless [DeletableAccounts](#deletableaccounts) is enabled. (See also: [Deletion of Accounts](accounts.html#deletion-of-accounts).)
- [An object in the ledger](ledger-object-types.html) cannot change its type. (The `LedgerEntryType` field is immutable.)
- There cannot be a trust line for XRP.