From 476611025533763696b5686ee93601a88c5671fb Mon Sep 17 00:00:00 2001 From: Martin Date: Mon, 28 Dec 2020 22:54:45 +0100 Subject: [PATCH] Add RBF info to txdetail --- static/templates/txdetail.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/static/templates/txdetail.html b/static/templates/txdetail.html index 07ca9189..2657af07 100644 --- a/static/templates/txdetail.html +++ b/static/templates/txdetail.html @@ -3,6 +3,7 @@
{{$tx.Txid}} + {{- if $tx.Rbf}} RBF{{end -}}
{{- if $tx.Blocktime}}
{{if $tx.Confirmations}}mined{{else}}first seen{{end}} {{formatUnixTime $tx.Blocktime}}
{{end -}}
@@ -89,4 +90,4 @@ -{{end}} \ No newline at end of file +{{end}}