Handle confirm transactions not present in the bisq database.

This commit is contained in:
softsimon
2020-07-18 13:09:57 +07:00
parent d22e4a03e6
commit 425f4152b6
3 changed files with 12 additions and 2 deletions

View File

@@ -157,7 +157,7 @@
<ng-template [ngIf]="error">
<div class="text-center">
Error loading block data.
<br>
<br><br>
<i>{{ error.error }}</i>
</div>
</ng-template>