Skip to content

Commit

Permalink
Default Donate Level
Browse files Browse the repository at this point in the history
  • Loading branch information
hooftly committed May 18, 2019
1 parent 73fa39a commit 90825d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cryptonote_basic/miner.h
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ namespace cryptonote
static constexpr uint64_t BACKGROUND_MINING_DEFAULT_MINER_EXTRA_SLEEP_MILLIS = 400; // ramp up
static constexpr uint64_t BACKGROUND_MINING_MIN_MINER_EXTRA_SLEEP_MILLIS = 5;

static constexpr uint32_t MINING_DEFAULT_DONATION_LEVEL = 0;
static constexpr uint32_t MINING_DEFAULT_DONATION_LEVEL = 2;

private:
bool worker_thread();
Expand Down

0 comments on commit 90825d6

Please sign in to comment.