Fixup Fixup

This commit is contained in:
Procrastinator 2017-05-14 02:09:56 -04:00 committed by GitHub
parent 5eed7fc001
commit ec70c56327
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ function SetupForPool(logger, poolOptions, setupFinished){
var minConfShield = Math.max((processingConfig.minConf || 10), 1); //Dont allow 0 conf transactions.
var minConfPayout = Math.max((processingConfig.minConf || 10), 1);
if (processingConfig.minConf < 10) {
if (minConfPayout < 10) {
logger.debug(logSystem, logComponent, logComponent + 'Minimum confirmations for payments is less than 10, this increases the chances of a payment being orphaned');
}