Updates from xmrig-proxy

This commit is contained in:
SChernykh
2021-07-05 13:56:37 +02:00
parent 018783feb0
commit 0348f4fd49
9 changed files with 139 additions and 52 deletions

View File

@@ -61,6 +61,8 @@ public:
inline size_t index() const { return m_index; }
inline void skip(size_t N) { m_index += N; }
private:
inline bool getByte(uint8_t& data)
{