Dero HE fork support (astrobwt/v2 algorithm)

This commit is contained in:
SChernykh
2022-03-05 00:31:18 +01:00
parent 1071c70cb1
commit a260502f78
27 changed files with 879 additions and 39 deletions

View File

@@ -59,6 +59,8 @@ protected:
void setPool(const Pool &pool) override;
protected:
bool isWSS() const override { return false; }
enum SocketState {
UnconnectedState,
HostLookupState,