Sync changes with proxy.
This commit is contained in:
parent
f7f2c09e89
commit
b0a1481909
5 changed files with 30 additions and 36 deletions
|
@ -221,7 +221,6 @@ bool xmrig::DaemonClient::parseJob(const rapidjson::Value ¶ms, 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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue