Merge branch 'dev' into sync-base

This commit is contained in:
XMRig 2022-07-10 06:53:04 +07:00
commit 07d53fb77e
No known key found for this signature in database
GPG key ID: 446A53638BE94409
18 changed files with 114 additions and 46 deletions

View file

@ -1,7 +1,7 @@
/* XMRig
* Copyright (c) 2019 Howard Chu <https://github.com/hyc>
* Copyright (c) 2018-2021 SChernykh <https://github.com/SChernykh>
* Copyright (c) 2016-2021 XMRig <https://github.com/xmrig>, <support@xmrig.com>
* Copyright (c) 2018-2022 SChernykh <https://github.com/SChernykh>
* Copyright (c) 2016-2022 XMRig <https://github.com/xmrig>, <support@xmrig.com>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@ -59,7 +59,6 @@ Storage<DaemonClient> DaemonClient::m_storage;
static const char *kBlocktemplateBlob = "blocktemplate_blob";
static const char *kBlockhashingBlob = "blockhashing_blob";
static const char *kLastError = "lasterror";
static const char *kGetHeight = "/getheight";
static const char *kGetInfo = "/getinfo";
static const char *kHash = "hash";