From 8cb2bdd57a6318b08df1a19a03120b7b48edcfa5 Mon Sep 17 00:00:00 2001 From: nicehashdev Date: Wed, 1 Jun 2016 13:52:14 +0200 Subject: [PATCH] Visual fix --- libstratum/EthStratumClient.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libstratum/EthStratumClient.cpp b/libstratum/EthStratumClient.cpp index b0343783b5e..bbb72db7c76 100644 --- a/libstratum/EthStratumClient.cpp +++ b/libstratum/EthStratumClient.cpp @@ -340,7 +340,7 @@ void EthStratumClient::processReponse(Json::Value& responseObject) if (sHeaderHash != "" && sSeedHash != "") { - cnote << "Received new job #" + job.substr(0,8); + cnote << "Received new job #" + job; //cnote << "Header hash: " + sHeaderHash; //cnote << "Seed hash: " + sSeedHash; //cnote << "Share target: " + sShareTarget;