mirror of
https://github.com/GOSTSec/poolserver
synced 2025-02-06 03:54:28 +00:00
Merge branch 'master' into peercoin
This commit is contained in:
commit
8ee4773a91
@ -85,7 +85,7 @@ namespace Stratum
|
|||||||
else if (method.compare("mining.authorize") == 0)
|
else if (method.compare("mining.authorize") == 0)
|
||||||
OnMiningAuthorize(msg);
|
OnMiningAuthorize(msg);
|
||||||
else
|
else
|
||||||
sLog.Error(LOG_SERVER, "Method '%s' not found.", method.c_str());
|
sLog.Debug(LOG_STRATUM, "Method '%s' not found.", method.c_str());
|
||||||
}
|
}
|
||||||
|
|
||||||
// Gets new job from the server
|
// Gets new job from the server
|
||||||
|
Loading…
x
Reference in New Issue
Block a user