Remove difficulty epoch block offset

This commit is contained in:
natsoni
2024-08-28 16:50:00 +02:00
parent 3bea10ea35
commit 0a5a2c3c7e
2 changed files with 3 additions and 3 deletions

View File

@@ -77,7 +77,7 @@ export class DifficultyMiningComponent implements OnInit {
base: `${da.progressPercent.toFixed(2)}%`,
change: da.difficultyChange,
progress: da.progressPercent,
remainingBlocks: da.remainingBlocks - 1,
remainingBlocks: da.remainingBlocks,
colorAdjustments,
colorPreviousAdjustments,
newDifficultyHeight: da.nextRetargetHeight,