DepositAuth: concept & ref changes (draft)

This commit is contained in:
mDuo13
2018-01-24 18:27:48 -08:00
parent 4967081bb3
commit e75724168a
7 changed files with 195 additions and 3 deletions

View File

@@ -89,6 +89,8 @@ When an account enables this flag, Payment transactions fail if the account is t
As an exception, accounts with `DepositAuth` enabled can receive Payment transactions for small amounts of XRP (equal or less than the minimum [account reserve](concept-reserves.html)) if their current XRP balance is below the account reserve.
Also fixes a bug in the EscrowCreate and PaymentChannelCreate transactions where they mistakenly enforced the DisallowXRP flag, which is meant to be a non-binding advisory flag. (By not enforcing DisallowXRP in the ledger itself an account can still receive the necessary XRP to meet its [account reserve](concept-reserves.html) and pay [transaction costs](concept-transaction-cost.html).)
**Caution:** This amendment is [in development](https://github.com/ripple/rippled/pull/2239) and is expected for `rippled` v0.90.0.
@@ -392,4 +394,4 @@ With this amendment enabled, a `TrustSet` transaction with [`tfSetfAuth` enabled
{% include 'snippets/rippled_versions.md' %}
{% include 'snippets/tx-type-links.md' %}
{% include 'snippets/tx-type-links.md' %}