fix pending notification
This commit is contained in:
parent
10938b43d8
commit
4e54fe6cf7
5 changed files with 39 additions and 39 deletions
|
|
@ -144,6 +144,8 @@ angular.module('copayApp.controllers').controller('HistoryController',
|
|||
_.each(items, function(r) {
|
||||
r.ts = r.minedTs || r.sentTs;
|
||||
});
|
||||
|
||||
|
||||
$scope.blockchain_txs = w.cached_txs = items;
|
||||
$scope.nbPages = res.nbPages;
|
||||
$scope.totalItems = res.nbItems;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue