Skip to content
Snippets Groups Projects
Unverified Commit dfcb774b authored by psychocrypt's avatar psychocrypt Committed by GitHub
Browse files

Merge pull request #1152 from Kundrata/patch-1

Correct api.json information
parents d7d4fe72 24c2ae11
No related branches found
No related tags found
No related merge requests found
......@@ -1255,7 +1255,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