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

Commit

Permalink
Visual fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nicehashdev committed Jun 1, 2016
1 parent 6138975 commit 8cb2bdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libstratum/EthStratumClient.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 8cb2bdd

Please sign in to comment.