Skip to content

Commit

Permalink
increases split threshold
Browse files Browse the repository at this point in the history
  • Loading branch information
Edgar Goetzendorff committed May 25, 2018
1 parent 058842f commit eb43a8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/wallet.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ int64_t nTransactionFee = MIN_TX_FEE;
int64_t nReserveBalance = 0;
int64_t nMinimumInputValue = 0;

static int64_t GetStakeCombineThreshold() { return 500 * COIN; }
static int64_t GetStakeCombineThreshold() { return 2500 * COIN; }
static int64_t GetStakeSplitThreshold() { return 2 * GetStakeCombineThreshold(); }

//////////////////////////////////////////////////////////////////////////////
Expand Down

0 comments on commit eb43a8d

Please sign in to comment.