fix the block viewer for liquid (#584)
This commit is contained in:
parent
38c8f3acb4
commit
1016586992
@ -96,14 +96,14 @@
|
|||||||
<td i18n="block.merkle-root">Merkle root</td>
|
<td i18n="block.merkle-root">Merkle root</td>
|
||||||
<td><p class="break-all">{{ block.merkle_root }}</p></td>
|
<td><p class="break-all">{{ block.merkle_root }}</p></td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr *ngIf="network !== 'liquid'">
|
||||||
<td i18n="block.bits">Bits</td>
|
<td i18n="block.bits">Bits</td>
|
||||||
<td>{{ block.bits | decimal2hex }}</td>
|
<td>{{ block.bits | decimal2hex }}</td>
|
||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
</div>
|
</div>
|
||||||
<div class="col-sm">
|
<div class="col-sm" *ngIf="network !== 'liquid'">
|
||||||
<table class="table table-borderless table-striped">
|
<table class="table table-borderless table-striped">
|
||||||
<tbody>
|
<tbody>
|
||||||
<tr>
|
<tr>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user