fix pending
This commit is contained in:
parent
b73f711fff
commit
01b678457d
2 changed files with 31 additions and 5 deletions
|
|
@ -8,8 +8,8 @@ angular.module('copayApp.services')
|
|||
var w = $rootScope.wallet;
|
||||
if (!w) return;
|
||||
|
||||
var res = w.getPendingTxProposals();
|
||||
$rootScope.pendingTxCount = res.pendingForUs;
|
||||
var ret = w.getPendingTxProposalsCount();
|
||||
$rootScope.pendingTxCount = ret.pendingForUs;
|
||||
};
|
||||
return root;
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue