Fixed overflow on localsolps and changed sol to hash on mining info
This commit is contained in:
@@ -21,7 +21,7 @@ struct AtomicCounter {
|
||||
--value;
|
||||
}
|
||||
|
||||
int get() const {
|
||||
uint64_t get() const {
|
||||
return value.load();
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user