fix import backup request
This commit is contained in:
parent
380503f97f
commit
8ef0d565ab
1 changed files with 1 additions and 1 deletions
|
|
@ -138,8 +138,8 @@ angular.module('copayApp.controllers').controller('HeaderController',
|
||||||
|
|
||||||
$scope.backupAndOpen = function() {
|
$scope.backupAndOpen = function() {
|
||||||
var w = $rootScope.wallet;
|
var w = $rootScope.wallet;
|
||||||
backupService.download(w);
|
|
||||||
w.offerBackup();
|
w.offerBackup();
|
||||||
|
backupService.download(w);
|
||||||
};
|
};
|
||||||
|
|
||||||
});
|
});
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue