Skip to content
Snippets Groups Projects
Unverified Commit 24c2ae11 authored by Kundrata's avatar Kundrata Committed by GitHub
Browse files

Correct api.json information

An attempt to fix issue 1084: https://github.com/fireice-uk/xmr-stak/issues/1084
parent cfad5a51
No related branches found
No related tags found
No related merge requests found
......@@ -1223,7 +1223,7 @@ void executor::http_json_report(std::string& out)
if(i != 0) cn_error.append(1, ',');
snprintf(buffer, sizeof(buffer), sJsonApiConnectionError,
int_port(duration_cast<seconds>(vMineResults[i].time.time_since_epoch()).count()),
int_port(duration_cast<seconds>(vSocketLog[i].time.time_since_epoch()).count()),
vSocketLog[i].msg.c_str());
cn_error.append(buffer);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment