Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
gruve-p committed Sep 12, 2023
1 parent 5307a13 commit 9401310
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion views/includes/index-network-summary.pug
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ if (exchangeRates)
- let halvingProgressPercent = new Decimal(100).minus(new Decimal(nextHalvingData.blocksUntilNextHalving).dividedBy(nextHalvingData.halvingBlockInterval).times(100));

if (nextHalvingData && halvingProgressPercent > 65)
- halvingShown = true;
- halvingShown = false;

+summaryRow(2 + (halvingShown ? 1 : 0) + (hashrate7d ? 1 : 0) + (chainTxStats && chainTxStats[7 * targetBlocksPerDay] ? 1 : 0) + (difficultyAdjustmentData ? 1 : 0))
if (hashrate7d)
Expand Down

0 comments on commit 9401310

Please sign in to comment.