Get transactions of all addresses (the generated and the changes). Do not repeat txids on the front-end
This commit is contained in:
parent
df9b26fdde
commit
68fd916053
3 changed files with 37 additions and 11 deletions
|
|
@ -328,10 +328,10 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="large-12 columns">
|
||||
<div class="large-12 columns" ng-init="getTransactions()" ng-show="blockchain_txs[0].txid">
|
||||
<h3>Last transactions</h3>
|
||||
<div class="btransactions" ng-init="getTransactions()">
|
||||
<div class="panel" ng-repeat="btx in blockchain_txs | orderBy: 'firstSeenTs':true"">
|
||||
<div class="btransactions">
|
||||
<div class="panel" ng-repeat="btx in blockchain_txs | orderBy: 'firstSeenTs':true">
|
||||
<div class="txheader">
|
||||
<div class="row">
|
||||
<div class="large-8 columns">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue