File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ function spec() {
60
60
// TODO TXout!
61
61
//T
62
62
function ( cb ) {
63
- TransactionItem . find ( { addr :that . addrStr } ) . sort ( { ts :1 } ) . exec ( function ( err , txItems ) {
63
+ TransactionItem . find ( { addr :that . addrStr } ) . sort ( { ts :- 1 } ) . exec ( function ( err , txItems ) {
64
64
if ( err ) return cb ( err ) ;
65
65
66
66
txItems . forEach ( function ( txItem ) {
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ <h4>Summary</h4>
36
36
37
37
< div class ="col-md-9 ">
38
38
< div data-ng-controller ="transactionsController " data-ng-init ="load('address') ">
39
- < h2 > Transactions < small > Transactions contained within this block </ small > </ h2 >
39
+ < h2 > Transactions < small > Transactions for this address </ small > </ h2 >
40
40
< div data-ng-include src ="'/views/transaction/list.html' " when-scrolled ="loadMore() "> </ div >
41
41
</ div >
42
42
</ div >
You can’t perform that action at this time.
0 commit comments