clear error after recreate

This commit is contained in:
Matias Alejo Garcia 2015-04-18 07:23:11 -03:00
commit 563b318db6
3 changed files with 9 additions and 8 deletions

View file

@ -253,7 +253,6 @@ angular.module('copayApp.services')
root.setAndStoreFocus(walletId, function() {
storageService.storeProfile(root.profile, function(err) {
$rootScope.$emit('Local/WalletImported', walletId);
return cb(null, walletId);
});
});