From ec8b9502dc441539297b4ea7d65a43f6556514d0 Mon Sep 17 00:00:00 2001 From: mDuo13 Date: Wed, 4 Nov 2015 14:07:42 -0800 Subject: [PATCH] reserves - typofix --- content/reserves.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/reserves.md b/content/reserves.md index 95fa57b718..d6fc8bf031 100644 --- a/content/reserves.md +++ b/content/reserves.md @@ -1,6 +1,6 @@ # Reserves # -The Ripple Consensus Ledger applies _reserve requirements_, in XRP, to protect the shared global ledger from growing excessively large as the result of spam or malicious usage. The goal is to constrain the growth of the ledger to match [Moore's Law](https://en.wikipedia.org/wiki/Moore's_law) so that a current commodity-level machine an always fit the current ledger in RAM and the full ledger history on disk. +The Ripple Consensus Ledger applies _reserve requirements_, in XRP, to protect the shared global ledger from growing excessively large as the result of spam or malicious usage. The goal is to constrain the growth of the ledger to match [Moore's Law](https://en.wikipedia.org/wiki/Moore's_law) so that a current commodity-level machine can always fit the current ledger in RAM and the full ledger history on disk. Each account in the shared global ledger must hold a minimum of XRP in order to submit transactions, and it cannot send this XRP to other accounts. You cannot create a new account unless you send enough XRP to meet the minimum reserve requirement.