From a8d0f00e90d8d5de766f45d216a1447bac279c58 Mon Sep 17 00:00:00 2001 From: "Eugene@ubuntu" Date: Fri, 28 Mar 2014 02:50:55 +0400 Subject: [PATCH] merging fixes --- libs/paymentProcessor.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/paymentProcessor.js b/libs/paymentProcessor.js index d805771..953cc6c 100644 --- a/libs/paymentProcessor.js +++ b/libs/paymentProcessor.js @@ -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;