From bd5b91655087fc7b24afd094f4ac4f368f268f62 Mon Sep 17 00:00:00 2001 From: Ignotus Peverell Date: Mon, 28 May 2018 19:00:03 +0100 Subject: [PATCH] Clarified the scaling bullet point --- doc/intro.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/doc/intro.md b/doc/intro.md index c677b908..863e2c2b 100644 --- a/doc/intro.md +++ b/doc/intro.md @@ -14,8 +14,9 @@ The main goal and characteristics of the Grin project are: * Privacy by default. This enables complete fungibility without precluding the ability to selectively disclose information as needed. -* Scales modestly with the number of transactions, keeping only a ~100 byte `kernel' for - historical transactions, resulting in a large space savings compared to other blockchains. +* Scales mostly with the number of users and minimally with the number of + transactions (<100 byte `kernel), resulting in a large space saving compared + to other blockchains. * Strong and proven cryptography. MimbleWimble only relies on Elliptic Curve Cryptography which has been tried and tested for decades. * Design simplicity that makes it easy to audit and maintain over time.