diff --git a/static/templates/tx.html b/static/templates/tx.html index 3b0e7849..3f3f21d1 100644 --- a/static/templates/tx.html +++ b/static/templates/tx.html @@ -65,7 +65,7 @@ Fees {{formatAmount $tx.FeesSat}} {{$cs}} {{end -}} - {{- if $tx.Rbf}} + {{- if not $tx.Confirmations}} RBF @@ -113,4 +113,4 @@ document.getElementById('txSpecific').innerHTML = syntaxHighlight(txSpecific); -{{end}} \ No newline at end of file +{{end}}