merging fixes

This commit is contained in:
Eugene@ubuntu 2014-03-28 02:50:55 +04:00
parent 4a651dec89
commit a8d0f00e90
1 changed files with 1 additions and 1 deletions

View File

@ -191,7 +191,7 @@ function SetupForPool(logger, poolOptions){
}
else if (tx.error || !tx.result){
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{
round.category = tx.result.details[0].category;