fix import backup request

This commit is contained in:
Manuel Araoz 2014-06-26 12:33:14 -03:00
parent 380503f97f
commit 8ef0d565ab
1 changed files with 1 additions and 1 deletions

View File

@ -138,8 +138,8 @@ angular.module('copayApp.controllers').controller('HeaderController',
$scope.backupAndOpen = function() {
var w = $rootScope.wallet;
backupService.download(w);
w.offerBackup();
backupService.download(w);
};
});