mirror of
https://github.com/mempool/mempool.git
synced 2025-04-12 05:49:21 +02:00
Fix confirmed after 55 years
This commit is contained in:
parent
0c72e1b6ed
commit
c4dec53387
@ -450,7 +450,7 @@
|
||||
@if (transactionTime > 0) {
|
||||
<tr>
|
||||
<td i18n="transaction.confirmed|Transaction Confirmed state">Confirmed</td>
|
||||
<td><app-time kind="span" [time]="tx.status.block_time" [fastRender]="true" [showTooltip]="true"></app-time></td>
|
||||
<td><app-time kind="span" [time]="tx.status.block_time - transactionTime" [fastRender]="true" [showTooltip]="true"></app-time></td>
|
||||
</tr>
|
||||
}
|
||||
} @else {
|
||||
|
Loading…
x
Reference in New Issue
Block a user