Skip to content

Commit

Permalink
Merge pull request #1152 from Kundrata/patch-1
Browse files Browse the repository at this point in the history
Correct api.json information
  • Loading branch information
psychocrypt authored Sep 24, 2018
2 parents d7d4fe7 + 24c2ae1 commit dfcb774
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xmrstak/misc/executor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
Expand Down

0 comments on commit dfcb774

Please sign in to comment.