Check re-scan when a new wallet focused

This commit is contained in:
Gustavo Maximiliano Cortez 2015-06-10 12:56:26 -03:00
commit d5f21e1ee0
No known key found for this signature in database
GPG key ID: 15EDAD8D9F2EB1AF
2 changed files with 13 additions and 16 deletions

View file

@ -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');
});
});
};