Merge branch 'development' into bootstrap
This commit is contained in:
commit
5b4727479f
@ -379,8 +379,6 @@ class Share Extends Base {
|
||||
* Fetch the lowest needed share ID from archive
|
||||
**/
|
||||
function getMinArchiveShareId($iCount) {
|
||||
// We don't use baseline here to be more accurate
|
||||
$iCount = $iCount * pow(2, ($this->config['difficulty'] - 16));
|
||||
$stmt = $this->mysqli->prepare("
|
||||
SELECT MIN(b.share_id) AS share_id FROM
|
||||
(
|
||||
|
||||
Loading…
Reference in New Issue
Block a user