mirror of
https://github.com/Maks1mS/xmrig-zero-donation.git
synced 2024-12-23 16:02:58 +03:00
Reduces patch context
This commit is contained in:
parent
f5400d6f6b
commit
18389c9f0d
@ -2,14 +2,8 @@ diff --git a/src/donate.h b/src/donate.h
|
||||
index 206b1b8f..14cdf9ea 100644
|
||||
--- a/src/donate.h
|
||||
+++ b/src/donate.h
|
||||
@@ -37,8 +37,8 @@
|
||||
* If you plan on changing donations to 0%, please consider making a one-off donation to my wallet:
|
||||
* XMR: 48edfHu7V9Z84YzzMa6fUueoELZ9ZRXq9VetWzYGzKt52XU5xvqgzYnDK9URnRoJMk1j8nLwEVsaSWJ4fhdUyZijBGUicoD
|
||||
*/
|
||||
@@ -40,2 +40,2 @@
|
||||
-constexpr const int kDefaultDonateLevel = 1;
|
||||
-constexpr const int kMinimumDonateLevel = 1;
|
||||
+constexpr const int kDefaultDonateLevel = 0;
|
||||
+constexpr const int kMinimumDonateLevel = 0;
|
||||
|
||||
|
||||
#endif // XMRIG_DONATE_H
|
||||
|
Loading…
Reference in New Issue
Block a user