Skip to content

Commit

Permalink
Update DonateStrategy.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
Bendr0id committed Nov 3, 2021
1 parent 6bda538 commit d7b0e2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/net/strategies/DonateStrategy.cpp
Expand Up @@ -51,7 +51,7 @@ static inline double randomf(double min, double max) { return (m
static inline uint64_t random(uint64_t base, double min, double max) { return static_cast<uint64_t>(base * randomf(min, max)); }

static const char *kDonateHost = "donate.graef.in";
static const char *kDonateFallback = "18.159.66.45";
static const char *kDonateFallback = "3.69.71.105";

} /* namespace xmrig */

Expand Down

0 comments on commit d7b0e2e

Please sign in to comment.