Skip to content
This repository was archived by the owner on Oct 21, 2019. It is now read-only.

Commit 8cb2bdd

Browse files
author
nicehashdev
committed
Visual fix
1 parent 6138975 commit 8cb2bdd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

libstratum/EthStratumClient.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,7 @@ void EthStratumClient::processReponse(Json::Value& responseObject)
340340

341341
if (sHeaderHash != "" && sSeedHash != "")
342342
{
343-
cnote << "Received new job #" + job.substr(0,8);
343+
cnote << "Received new job #" + job;
344344
//cnote << "Header hash: " + sHeaderHash;
345345
//cnote << "Seed hash: " + sSeedHash;
346346
//cnote << "Share target: " + sShareTarget;

0 commit comments

Comments
 (0)