Update paymentProcessor.js

This commit is contained in:
Procrastinator 2016-12-10 23:44:46 -05:00 committed by GitHub
parent 760f19ec36
commit 5eb8f75d20
1 changed files with 1 additions and 1 deletions

View File

@ -588,7 +588,7 @@ function SetupForPool(logger, poolOptions, setupFinished){
return;
case 'generate':
movePendingCommands.push(['smove', coin + ':blocksPending', coin + ':blocksConfirmed', r.serialized]);
//roundsToDelete.push(coin + ':shares:round' + r.height);
//roundsToDelete.push(coin + ':shares:round' + r.height); TODO, make this an option in poolconfig
return;
}