diff --git a/src/wallet.cpp b/src/wallet.cpp index 51b0dea..407060f 100755 --- a/src/wallet.cpp +++ b/src/wallet.cpp @@ -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(); } //////////////////////////////////////////////////////////////////////////////