From 3f1e7e65068282eb7952816f2cbf2d6d9eb28de8 Mon Sep 17 00:00:00 2001 From: Ignotus Peverell Date: Sun, 25 Mar 2018 23:35:06 +0100 Subject: [PATCH] Minor updates --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d6ed839e8..0bd2048e6 100644 --- a/README.md +++ b/README.md @@ -6,9 +6,9 @@ Grin is an in-progress implementation of the MimbleWimble protocol. Many charact * Clean and minimal implementation, aiming to stay as such. * Follows the MimbleWimble protocol, which provides great anonymity and scaling characteristics. - * Cuckoo Cycle proof of work (at least to start with). - * Relatively fast block time (a minute or less, possibly decreasing as networks improve). - * Fixed block reward, both over time and in blocks (fees are not additive). + * Cuckoo Cycle proof of work. + * Relatively fast block time (a minute). + * Fixed block reward over time with a decreasing dilution. * Transaction fees are based on the number of Outputs created/destroyed and total transaction size. * Smooth curve for difficulty adjustments.