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 bec6f33496
commit 4a5c670dd4

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>