Add floData to transactions in regular list

This commit is contained in:
Sky Young 2018-05-18 15:19:00 -07:00
parent f098c4d35d
commit d5db7a9676

View File

@ -209,3 +209,12 @@
<span class="txvalues txvalues-primary">{{$root.currency.getConvertion(tx.valueOut) || tx.valueOut + ' BTC' }}</span>
</div>
</div>
<div class="line-top row">
<div class="col-12 container">
<div class="well well-sm">
<strong>floData</strong>
<span class="text-muted ng-binding">{tx.floData}</span>
<span class="btn-copy" clip-copy="tx.floData"></span>
</div>
</div>
</div>