Reverted wrong fix in 2300
This commit is contained in:
parent
dec44d16d5
commit
d6780a1f1b
@ -47,8 +47,8 @@ class DifficultyAdjustmentApi {
|
||||
}
|
||||
|
||||
const timeAvg = timeAvgMins * 60 * 1000 ;
|
||||
const remainingTime = remainingBlocks * timeAvg;
|
||||
const estimatedRetargetDate = remainingTime + now * 1000;
|
||||
const remainingTime = (remainingBlocks * timeAvg) + (now * 1000);
|
||||
const estimatedRetargetDate = remainingTime + now;
|
||||
|
||||
return {
|
||||
progressPercent,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user