Added macOS build

This commit is contained in:
SChernykh
2021-09-05 11:50:56 +02:00
parent e527b0c660
commit b31adbd5ae
12 changed files with 54 additions and 19 deletions
+1 -1
View File
@@ -493,7 +493,7 @@ void StratumServer::on_blobs_ready()
}
const bool result = send(client,
[data, target, client, hashing_blob, &job_id](void* buf)
[data, target, hashing_blob, &job_id](void* buf)
{
log::hex_buf target_hex(reinterpret_cast<const uint8_t*>(&target), sizeof(uint64_t));