Remove included in block

This commit is contained in:
softsimon 2023-02-19 17:24:43 +07:00
parent f6800b848a
commit 44865d18ae
No known key found for this signature in database
GPG Key ID: 488D7DCFB5A430D7

View File

@ -61,12 +61,6 @@
</div>
</td>
</tr>
<tr *ngIf="latestBlock && tx.status.block_height <= latestBlock.height - 8">
<td class="td-width" i18n="transaction.included-in-block|Transaction included in block">Included in block</td>
<td>
<a [routerLink]="['/block/' | relativeUrl, tx.status.block_hash]" [state]="{ data: { blockHeight: tx.status.block_height } }">{{ tx.status.block_height }}</a>
</td>
</tr>
<ng-template [ngIf]="transactionTime > 0">
<tr>
<td i18n="transaction.confirmed|Transaction Confirmed state">Confirmed</td>