Show correctly spent nonstandard outputs in explorer
This commit is contained in:
parent
354be89eb0
commit
0fe03703eb
@ -24,7 +24,7 @@
|
||||
{{if and (ne $a $addr) $vin.Searchable}}<a href="/address/{{$a}}">{{$a}}</a>{{else}}{{$a}}{{end}}
|
||||
</span>
|
||||
{{- else -}}
|
||||
<span class="float-left">No Inputs (Newly Generated Coins)</span>
|
||||
<span class="float-left">{{- if $vin.ScriptSig.Hex -}}Unparsed address{{- else -}}No Inputs (Newly Generated Coins){{- end -}}</span>
|
||||
{{- end -}}{{- if $vin.Addresses -}}
|
||||
<span class="float-right{{if stringInSlice $addr $vin.Addresses}} text-danger{{end}}">{{formatAmount $vin.Value}} {{$cs}}</span>
|
||||
{{- end -}}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user