mirror of
https://github.com/mempool/mempool.git
synced 2025-03-13 19:37:47 +01:00
revert difficulty widget to true avg block time
This commit is contained in:
parent
734d5f2461
commit
774c0b4f83
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@
|
|||
<div class="difficulty-stats">
|
||||
<div class="item">
|
||||
<div class="card-text">
|
||||
~<app-time [time]="epochData.adjustedTimeAvg / 1000" [fractionDigits]="1"></app-time>
|
||||
~<app-time [time]="epochData.timeAvg / 1000" [fractionDigits]="1"></app-time>
|
||||
</div>
|
||||
<div class="symbol" i18n="difficulty-box.average-block-time">Average block time</div>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Reference in a new issue