Clean pendingForUs when change wallet. Fix root.go
This commit is contained in:
parent
fead9403a6
commit
68678613b7
2 changed files with 2 additions and 0 deletions
|
|
@ -74,6 +74,7 @@ angular.module('copayApp.controllers').controller('indexController', function($r
|
|||
self.notAuthorized = false;
|
||||
self.txHistory = [];
|
||||
self.txHistoryPaging = false;
|
||||
self.pendingTxProposalsCountForUs = null;
|
||||
|
||||
$timeout(function() {
|
||||
self.hasProfile = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue