Sync changes with proxy.

This commit is contained in:
XMRig
2019-06-25 10:35:10 +07:00
parent ee6043ac2f
commit f8cbb0061e
5 changed files with 30 additions and 36 deletions

View File

@@ -221,7 +221,6 @@ bool xmrig::DaemonClient::parseJob(const rapidjson::Value &params, int *code)
}
job.setSeedHash(Json::getString(params, "seed_hash"));
job.setHeight(Json::getUint64(params, kHeight));
job.setDiff(Json::getUint64(params, "difficulty"));
job.setId(blocktemplate.data() + blocktemplate.size() - 32);