If bisq tx not found, check for regular tx and redirect to /tx/

This commit is contained in:
softsimon
2020-07-16 16:18:35 +07:00
parent afc19b39d9
commit ada281852e
3 changed files with 51 additions and 6 deletions

View File

@@ -244,7 +244,7 @@
<ng-template [ngIf]="error">
<div class="text-center" *ngIf="waitingForTransaction">
<div class="text-center" *ngIf="waitingForTransaction; else errorTemplate">
<h3>Transaction not found.</h3>
<h5>Waiting for it to appear in the mempool...</h5>
<div class="spinner-border text-light mt-2"></div>