Typo with error message on tx error

This commit is contained in:
Matt 2014-03-25 16:41:30 -06:00
parent 72c26213a1
commit 572a5ea45b

View File

@ -121,7 +121,7 @@ function SetupForPool(logger, poolOptions){
txDetails = txDetails.filter(function(tx){ txDetails = txDetails.filter(function(tx){
if (tx.error || !tx.result){ if (tx.error || !tx.result){
logger.error(logSystem, logComponent, 'error with requesting transaction from block daemon: ' + JSON.stringify(t)); logger.error(logSystem, logComponent, 'error with requesting transaction from block daemon: ' + JSON.stringify(tx));
return false; return false;
} }
return true; return true;