Fix display of RBF flag in tx view

pull/423/head^2
Martin 2020-12-28 23:01:58 +01:00
parent 4766110255
commit 4697d756e0
1 changed files with 2 additions and 2 deletions

View File

@ -65,7 +65,7 @@
<td>Fees</td>
<td class="data">{{formatAmount $tx.FeesSat}} {{$cs}}</td>
</tr>{{end -}}
{{- if $tx.Rbf}}
{{- if not $tx.Confirmations}}
<tr>
<td><span title="Replace by fee">RBF</span></td>
<td class="data">
@ -113,4 +113,4 @@
document.getElementById('txSpecific').innerHTML = syntaxHighlight(txSpecific);
</script>
</div>
{{end}}
{{end}}