From 41896f0ec2907f6c85c8ab7237a3d71915f92243 Mon Sep 17 00:00:00 2001 From: David Burkett Date: Tue, 26 Nov 2019 15:17:16 -0500 Subject: [PATCH] Fixing misleading privacy claim (#3127) * Correcting an old, misleading claim * Merge conflict * Changing "confidential transactions" to "hidden amounts" --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 11556f8eb..cc63fbab6 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ Grin is an in-progress implementation of the Mimblewimble protocol. Many characteristics are still undefined but the following constitutes a first set of choices: * Clean and minimal implementation, and aiming to stay as such. - * Follows the Mimblewimble protocol, which provides great anonymity and scaling characteristics. + * Follows the Mimblewimble protocol, which provides hidden amounts and scaling advantages. * Cuckoo Cycle proof of work in two variants named Cuckaroo (ASIC-resistant) and Cuckatoo (ASIC-targeted). * Relatively fast block time: one minute. * Fixed block reward over time with a decreasing dilution.