Group inputs by address
This commit is contained in:
parent
3dc410b52a
commit
cedffc230b
2 changed files with 19 additions and 5 deletions
|
|
@ -468,7 +468,7 @@
|
|||
</div>
|
||||
<div class="tx-copayers">
|
||||
<div class="large-5 columns">
|
||||
<div ng-repeat="vin in btx.vin">
|
||||
<div ng-repeat="vin in btx.vin | groupByAddress">
|
||||
<p class="left text-gray size-12"> {{vin.addr}} </p>
|
||||
<small class="right">{{vin.value}}</small>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue