Check re-scan when a new wallet focused
This commit is contained in:
parent
8ef15e5eae
commit
d5f21e1ee0
2 changed files with 13 additions and 16 deletions
|
|
@ -130,7 +130,6 @@ angular.module('copayApp.services')
|
|||
storageService.getFocusedWalletId(function(err, focusedWalletId) {
|
||||
if (err) return cb(err);
|
||||
root._setFocus(focusedWalletId, cb);
|
||||
$rootScope.$emit('Local/CleanAndScanAddresses');
|
||||
});
|
||||
});
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue