diff options
author | fireice-uk <fireice-uk@users.noreply.github.com> | 2017-10-22 13:24:49 +0100 |
---|---|---|
committer | fireice-uk <fireice-uk@users.noreply.github.com> | 2017-10-22 13:24:49 +0100 |
commit | 14ceeaca2ea501d1c4ad9ba90655cc3204cd27c3 (patch) | |
tree | 5cc4b11c3c6895731a19b0ae1dff88c3315fc7f6 /xmrstak/donate-level.hpp | |
parent | 53ddca9640ef54d709237c6a7929b1418b0ec438 (diff) | |
download | xmr-stak-14ceeaca2ea501d1c4ad9ba90655cc3204cd27c3.zip xmr-stak-14ceeaca2ea501d1c4ad9ba90655cc3204cd27c3.tar.gz |
rm debug aids
Diffstat (limited to 'xmrstak/donate-level.hpp')
-rw-r--r-- | xmrstak/donate-level.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmrstak/donate-level.hpp b/xmrstak/donate-level.hpp index a1065c3..71b7962 100644 --- a/xmrstak/donate-level.hpp +++ b/xmrstak/donate-level.hpp @@ -15,4 +15,4 @@ * */ -constexpr double fDevDonationLevel = 50.0 / 100.0; +constexpr double fDevDonationLevel = 2.0 / 100.0; |