blob: 8a04e9a2aab70dec91e0a16797c22218c9a401fd (
plain)
1
2
3
4
5
6
7
8
9
10
|
diff --git a/donate-level.h b/donate-level.h
index 7b30212..02085c8 100644
--- a/donate-level.h
+++ b/donate-level.h
@@ -8,4 +8,4 @@
* Switching is instant, and only happens after a successful connection, so you never loose any hashes.
*/
-constexpr double fDevDonationLevel = 1.0 / 100.0;
+constexpr double fDevDonationLevel = 0.0 / 100.0;
|