Fixed bisq transaction id.
This commit is contained in:
parent
ad3c295fd6
commit
74e9eca0d9
@ -7,11 +7,11 @@
|
|||||||
<button *ngIf="(latestBlock$ | async) as latestBlock" type="button" class="btn btn-sm btn-success float-right mr-2 mt-1 mt-md-3">{{ latestBlock.height - bisqTx.blockHeight + 1 }} confirmation<ng-container *ngIf="latestBlock.height - bisqTx.blockHeight + 1 > 1">s</ng-container></button>
|
<button *ngIf="(latestBlock$ | async) as latestBlock" type="button" class="btn btn-sm btn-success float-right mr-2 mt-1 mt-md-3">{{ latestBlock.height - bisqTx.blockHeight + 1 }} confirmation<ng-container *ngIf="latestBlock.height - bisqTx.blockHeight + 1 > 1">s</ng-container></button>
|
||||||
|
|
||||||
<div>
|
<div>
|
||||||
<a [routerLink]="['/bisq-tx' | relativeUrl, bisqTx.blockHash]" style="line-height: 56px;">
|
<a [routerLink]="['/bisq-tx' | relativeUrl, bisqTx.id]" style="line-height: 56px;">
|
||||||
<span class="d-inline d-lg-none">{{ bisqTx.blockHash | shortenString : 24 }}</span>
|
<span class="d-inline d-lg-none">{{ bisqTx.id | shortenString : 24 }}</span>
|
||||||
<span class="d-none d-lg-inline">{{ bisqTx.blockHash }}</span>
|
<span class="d-none d-lg-inline">{{ bisqTx.id }}</span>
|
||||||
</a>
|
</a>
|
||||||
<app-clipboard [text]="txId"></app-clipboard>
|
<app-clipboard [text]="bisqTx.id"></app-clipboard>
|
||||||
</div>
|
</div>
|
||||||
<div class="clearfix"></div>
|
<div class="clearfix"></div>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user