fix the block viewer for liquid (#584)

This commit is contained in:
Felipe Knorr Kuhn 2021-06-16 09:48:46 -07:00 committed by GitHub
parent 38c8f3acb4
commit 1016586992
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -96,14 +96,14 @@
<td i18n="block.merkle-root">Merkle root</td>
<td><p class="break-all">{{ block.merkle_root }}</p></td>
</tr>
<tr>
<tr *ngIf="network !== 'liquid'">
<td i18n="block.bits">Bits</td>
<td>{{ block.bits | decimal2hex }}</td>
</tr>
</tbody>
</table>
</div>
<div class="col-sm">
<div class="col-sm" *ngIf="network !== 'liquid'">
<table class="table table-borderless table-striped">
<tbody>
<tr>