Checks: add mention to reserves

This commit is contained in:
mDuo13
2018-01-19 19:42:58 -08:00
parent 2eda6e87ad
commit 8bc7b48da7

View File

@@ -25,6 +25,7 @@ Many objects in the ledger are owned by a particular address, and count toward t
- [Held Payments (Escrow)](reference-ledger-format.html#escrow) are owned by the address that placed them.
- [Payment Channels](tutorial-paychan.html) are owned by the address that created them.
- [Owner directories](reference-ledger-format.html#directorynode) list all the ledger objects that contribute to an address's owner reserve. However, the owner directory itself does not count towards the reserve.
- Checks are owned by the address that created them (the sender, not the destination).
#### Owner Reserve Edge Cases