merging fixes
This commit is contained in:
parent
4a651dec89
commit
a8d0f00e90
@ -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;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user