Remove automatic partial backup

This commit is contained in:
Yemel Jardi 2014-07-10 17:45:16 -03:00
commit abdb876a4b
4 changed files with 7 additions and 4 deletions

View file

@ -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);
});
};