Remove automatic partial backup
This commit is contained in:
parent
d1d36ef245
commit
abdb876a4b
4 changed files with 7 additions and 4 deletions
|
|
@ -81,9 +81,6 @@ angular.module('copayApp.controllers').controller('SetupController',
|
|||
passphrase: passphrase,
|
||||
};
|
||||
var w = walletFactory.create(opts);
|
||||
if (w.totalCopayers > 1) {
|
||||
backupService.download(w);
|
||||
}
|
||||
controllerUtils.startNetwork(w, $scope);
|
||||
});
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue