From 29342ff58a9ad011bb8846e3bdb5b44ea51fcd65 Mon Sep 17 00:00:00 2001 From: Elliot Lee Date: Thu, 28 Jul 2022 09:09:08 -0700 Subject: [PATCH] Update reserves.md --- content/concepts/payment-system-basics/accounts/reserves.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/content/concepts/payment-system-basics/accounts/reserves.md b/content/concepts/payment-system-basics/accounts/reserves.md index 6e90c23360..f393cf9607 100644 --- a/content/concepts/payment-system-basics/accounts/reserves.md +++ b/content/concepts/payment-system-basics/accounts/reserves.md @@ -19,7 +19,7 @@ To determine the current minimum reserve requirement, use the [`server_info` com ## Base Reserve and Owner Reserve -The reserve requirement is has two parts: +The reserve requirement has two parts: * The **Base Reserve** is a minimum amount of XRP that is required for each address in the ledger. * The **Owner Reserve** is an increase to the reserve requirement for each object that the address owns in the ledger. @@ -68,6 +68,7 @@ The XRP Ledger has a mechanism to adjust the reserve requirements. Such adjustme - [AccountRoot Object][] - [Fee Voting](fee-voting.html) - [SetFee pseudo-transaction][] +- [Tutorial: Calculate and display the reserve requirement (Python)](build-a-desktop-wallet-in-python.html#3-display-an-account) {% include '_snippets/rippled-api-links.md' %}