64bit diff support.
This commit is contained in:
parent
c41889477c
commit
1bd8d63508
6 changed files with 18 additions and 18 deletions
|
@ -50,8 +50,8 @@ public:
|
|||
|
||||
char pool[256];
|
||||
std::array<uint64_t, 10> topDiff { { } };
|
||||
uint32_t diff;
|
||||
uint64_t accepted;
|
||||
uint64_t diff;
|
||||
uint64_t failures;
|
||||
uint64_t rejected;
|
||||
uint64_t total;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue