mirror of https://github.com/BTCPrivate/z-nomp.git
change success callback in finalizeRedisTx to logger.debug to prevent untimely withdrawalProfit call
This commit is contained in:
parent
68bea9ea7d
commit
fc5cf3b883
|
@ -355,7 +355,7 @@ function SetupForPool(logger, poolOptions){
|
|||
callback('Check finished - error with final redis commands for cleaning up ' + JSON.stringify(error));
|
||||
return;
|
||||
}
|
||||
callback(null, 'Payments processing performed an interval');
|
||||
logger.debug(logSystem, logComponent, 'Payments processing performed an interval');
|
||||
});
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue