Fix missing prevouts message
This commit is contained in:
parent
722eaa3e96
commit
74ecd1aaac
@ -43,7 +43,11 @@
|
|||||||
|
|
||||||
@if (!hasPrevouts) {
|
@if (!hasPrevouts) {
|
||||||
<div class="alert alert-mempool">
|
<div class="alert alert-mempool">
|
||||||
<span><strong>This transaction is missing prevouts data</strong>. {{ errorPrevouts ? 'Reason: ' + errorPrevouts : '' }}</span>
|
@if (offlineMode) {
|
||||||
|
<span><strong>Prevouts are not loaded, some fields like fee rate cannot be displayed.</strong></span>
|
||||||
|
} @else {
|
||||||
|
<span><strong>Could not load prevouts</strong>. {{ errorPrevouts ? 'Reason: ' + errorPrevouts : '' }}</span>
|
||||||
|
}
|
||||||
</div>
|
</div>
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user