merging fixes

This commit is contained in:
Eugene@ubuntu 2014-03-28 02:50:55 +04:00
parent 4a651dec89
commit a8d0f00e90

View File

@ -191,7 +191,7 @@ function SetupForPool(logger, poolOptions){
} }
else if (tx.error || !tx.result){ else if (tx.error || !tx.result){
logger.error(logSystem, logComponent, logger.error(logSystem, logComponent,
'error with requesting transaction from block daemon: ' + JSON.stringify(tx)); 'Error with requesting transaction from block daemon: ' + JSON.stringify(tx));
} }
else{ else{
round.category = tx.result.details[0].category; round.category = tx.result.details[0].category;