From 1f538cc1ab04bb0abedaedd87ffc59d2599e7089 Mon Sep 17 00:00:00 2001 From: Snider Date: Mon, 17 Jan 2022 10:03:05 +0000 Subject: [PATCH] Adjustments after 3rd read --- src/donate.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/donate.h b/src/donate.h index a67ef9d1..2a60b25c 100644 --- a/src/donate.h +++ b/src/donate.h @@ -28,13 +28,13 @@ * Example of how it works for the setting of 1%: * Your miner will mine into your usual pool for a random time (in a range from 49.5 to 148.5 minutes), * then switch to the developer's pool for 1 minute, then switch again to your pool for 99 minutes - * and then switch again to developer's pool for 1 minute; these rounds will continue until miner working. + * and then switch again to developer's pool for 1 minute; these rounds will continue until the miner stops. * - * Randomised only first round to prevent waves on the donation pool. + * Randomised only on the first round to prevent waves on the donation pool. * * Switching is instant and only happens after a successful connection, so you never lose any hashes. * - * If you plan on changing this setting to 0, please consider making a one-off donation to my wallet: + * If you plan on changing donations to 0%, please consider making a one-off donation to my wallet: * XMR: 48edfHu7V9Z84YzzMa6fUueoELZ9ZRXq9VetWzYGzKt52XU5xvqgzYnDK9URnRoJMk1j8nLwEVsaSWJ4fhdUyZijBGUicoD */ constexpr const int kDefaultDonateLevel = 1;