fix import
This commit is contained in:
parent
8d7783cac3
commit
ab9696fdd7
2 changed files with 3 additions and 1 deletions
|
|
@ -81,6 +81,8 @@ angular.module('copayApp.controllers').controller('ImportController',
|
|||
if (err) {
|
||||
$scope.loading = false;
|
||||
$scope.error = 'Could not read wallet. Please check your password';
|
||||
$rootScope.$digest();
|
||||
return;
|
||||
}
|
||||
copay.Compatibility.deleteOldWallet(backupOldWallet);
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue