This commit is contained in:
Javier 2016-02-22 16:37:00 -03:00
commit a28e9d18d0
2 changed files with 2 additions and 3 deletions

View file

@ -249,7 +249,6 @@ angular.module('copayApp.controllers').controller('walletHomeController', functi
return;
}
$modalInstance.close(addr);
profileService.isBackupNeeded(walletId, function(needsBackup) {
self.destinationWalletNeedsBackup = needsBackup;
$modalInstance.close(addr);