Don't reset when pool sends the same job blob
This commit is contained in:
parent
6346d36d1b
commit
9223c2f027
3 changed files with 14 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue