Add RBF info to txdetail

pull/423/head^2
Martin 2020-12-28 22:54:45 +01:00
parent 360cac85f6
commit 4766110255
1 changed files with 2 additions and 1 deletions

View File

@ -3,6 +3,7 @@
<div class="row line-bot">
<div class="col-xs-7 col-md-8 ellipsis">
<a href="/tx/{{$tx.Txid}}">{{$tx.Txid}}</a>
{{- if $tx.Rbf}}<span title="Replace-by-Fee (RBF) transaction, could be overriden"> RBF</span>{{end -}}
</div>
{{- if $tx.Blocktime}}<div class="col-xs-5 col-md-4 text-muted text-right">{{if $tx.Confirmations}}mined{{else}}first seen{{end}} {{formatUnixTime $tx.Blocktime}}</div>{{end -}}
</div>
@ -89,4 +90,4 @@
</div>
</div>
</div>
{{end}}
{{end}}