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
1 changed files with 1 additions and 1 deletions

View File

@ -121,7 +121,7 @@ function SetupForPool(logger, poolOptions){
txDetails = txDetails.filter(function(tx){
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 true;