Proxy miner signature support

This commit is contained in:
SChernykh
2021-06-17 22:35:33 +02:00
parent 479a40c176
commit 7170df5d1e
9 changed files with 185 additions and 53 deletions

View File

@@ -137,6 +137,7 @@ private:
std::bitset<EXT_MAX> m_extensions;
std::shared_ptr<DnsRequest> m_dns;
std::vector<char> m_sendBuf;
std::vector<char> m_tempBuf;
String m_rpcId;
Tls *m_tls = nullptr;
uint64_t m_expire = 0;