Fix display of RBF flag in tx view

This commit is contained in:
Martin 2020-12-28 23:01:58 +01:00
parent 4766110255
commit 4697d756e0

View File

@ -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}}