diff options
author | psychocrypt <psychocrypt@users.noreply.github.com> | 2017-09-24 20:07:34 +0200 |
---|---|---|
committer | psychocrypt <psychocrypt@users.noreply.github.com> | 2017-09-30 23:46:08 +0200 |
commit | 7d88cf456b70268336970ff584ea0c22deac8bfa (patch) | |
tree | 4995f14b6e7f8a0d2f41f023c1f9a6fa88d47f56 /jpsock.cpp | |
parent | 652b79f6845dc8ec823ebe56ba11d39bd861734c (diff) | |
download | xmr-stak-7d88cf456b70268336970ff584ea0c22deac8bfa.zip xmr-stak-7d88cf456b70268336970ff584ea0c22deac8bfa.tar.gz |
update rot files
- add config file editor
- move telemetry out of minethd
Diffstat (limited to 'jpsock.cpp')
-rw-r--r-- | jpsock.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -394,7 +394,10 @@ bool jpsock::process_pool_job(const opq_json_val* params) if(!hex2bin(sTempStr, 8, (unsigned char*)&iTempInt) || iTempInt == 0) return set_socket_error("PARSE error: Invalid target"); + oPoolJob.iTarget = t32_to_t64(iTempInt); + oPoolJob.iTarget32 = iTempInt; + } else if(target_slen <= 16) { |