This commit is contained in:
jl777
2017-02-25 17:44:34 +02:00
parent d5894ea873
commit eaba9a27a8
2 changed files with 2 additions and 2 deletions

View File

@@ -2386,7 +2386,7 @@ bool CWallet::SelectCoinsMinConf(const CAmount& nTargetValue, int nConfMine, int
}
if ( nTotalLower > 2*nTargetValue + CENT )
{
fprintf(stderr,"why bother with all the utxo if we have double what is needed?\n");
//fprintf(stderr,"why bother with all the utxo if we have double what is needed?\n");
break;
}
}