Work on payment processing

This commit is contained in:
Matt 2014-03-11 19:58:33 -06:00
parent 6860cd50cb
commit 9e5e5b7141
1 changed files with 0 additions and 7 deletions

View File

@ -164,13 +164,6 @@ function SetupForPool(logger, poolOptions){
callback(response);
});
//get balances_coin from redis for each address in this round
//add up total balances
//send necessary payments
//put left over balances in redis
//clean up (move block entry to processedBlocks_coin) so this logic isn't called again
},
/* Get worker existing balances from coin_balances hashset in redis*/