mirror of
https://github.com/xmrig/xmrig.git
synced 2025-04-06 06:27:28 +00:00
Update donate.h
This commit is contained in:
parent
e69c850cfb
commit
1c397002e4
1 changed files with 2 additions and 2 deletions
|
@ -37,8 +37,8 @@
|
|||
* 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;
|
||||
constexpr const int kMinimumDonateLevel = 1;
|
||||
constexpr const int kDefaultDonateLevel = 0;
|
||||
constexpr const int kMinimumDonateLevel = 0;
|
||||
|
||||
|
||||
#endif // XMRIG_DONATE_H
|
||||
|
|
Loading…
Reference in a new issue