blob: cdc80b7a0ee5a09c02774c68c4b808ea40344d6b (
plain)
1
2
3
4
5
6
7
8
9
10
|
diff --git a/xmrstak/donate-level.hpp b/xmrstak/donate-level.hpp
index 71b7962..53980d4 100644
--- a/xmrstak/donate-level.hpp
+++ b/xmrstak/donate-level.hpp
@@ -15,4 +15,4 @@
*
*/
-constexpr double fDevDonationLevel = 2.0 / 100.0;
+constexpr double fDevDonationLevel = 0.0 / 100.0;
|