Fix display of RBF flag in tx view
This commit is contained in:
parent
4766110255
commit
4697d756e0
@ -65,7 +65,7 @@
|
|||||||
<td>Fees</td>
|
<td>Fees</td>
|
||||||
<td class="data">{{formatAmount $tx.FeesSat}} {{$cs}}</td>
|
<td class="data">{{formatAmount $tx.FeesSat}} {{$cs}}</td>
|
||||||
</tr>{{end -}}
|
</tr>{{end -}}
|
||||||
{{- if $tx.Rbf}}
|
{{- if not $tx.Confirmations}}
|
||||||
<tr>
|
<tr>
|
||||||
<td><span title="Replace by fee">RBF</span></td>
|
<td><span title="Replace by fee">RBF</span></td>
|
||||||
<td class="data">
|
<td class="data">
|
||||||
@ -113,4 +113,4 @@
|
|||||||
document.getElementById('txSpecific').innerHTML = syntaxHighlight(txSpecific);
|
document.getElementById('txSpecific').innerHTML = syntaxHighlight(txSpecific);
|
||||||
</script>
|
</script>
|
||||||
</div>
|
</div>
|
||||||
{{end}}
|
{{end}}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user