Don't reset when pool sends the same job blob

This commit is contained in:
SChernykh
2022-09-19 10:33:03 +02:00
parent 701a883843
commit 58bddae901
3 changed files with 14 additions and 1 deletions

View File

@@ -59,6 +59,7 @@ public:
~Job() = default;
bool isEqual(const Job &other) const;
bool isEqualBlob(const Job &other) const;
bool setBlob(const char *blob);
bool setSeedHash(const char *hash);
bool setTarget(const char *target);