StratumServer: check for bans before checking shares

This commit is contained in:
SChernykh
2023-01-25 11:36:52 +01:00
parent 001c9e937d
commit a574e68bb7
2 changed files with 12 additions and 1 deletions

View File

@@ -152,6 +152,7 @@ private:
COULDNT_CHECK_POW,
LOW_DIFF,
INVALID_POW,
BANNED,
OK
} m_result;
};