Restored "GET /1/summary" endpoint.

This commit is contained in:
XMRig
2019-07-19 02:24:37 +07:00
parent 20907841b9
commit d0cc0fd27d
14 changed files with 199 additions and 108 deletions

View File

@@ -28,8 +28,7 @@
xmrig::ApiRequest::ApiRequest(Source source, bool restricted) :
m_restricted(restricted),
m_source(source),
m_state(STATE_NEW)
m_source(source)
{
}