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">
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user