From a39d31e98e39654e1737abf746742b1d79e2aa24 Mon Sep 17 00:00:00 2001 From: vekamo <80525364+vekamo@users.noreply.github.com> Date: Fri, 16 Aug 2024 14:17:01 +0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fb07c6e6c4..956b8f562f 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ MWC is an in-progress implementation of the MimbleWimble protocol. Many characte * 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. + * Block rewards decrease at regular intervals, until the total supply of coins reaches the fixed limit of 20 000 000 MWC. * Transaction fees are based on the number of Outputs created/destroyed and total transaction size. * Smooth curve for difficulty adjustments.