Add partial backup at create and join

This commit is contained in:
Yemel Jardi 2014-07-07 17:09:24 -03:00
commit f9fad5d62f
3 changed files with 8 additions and 4 deletions

View file

@ -81,6 +81,7 @@ angular.module('copayApp.controllers').controller('SetupController',
passphrase: passphrase,
};
var w = walletFactory.create(opts);
backupService.download(w);
controllerUtils.startNetwork(w, $scope);
});
};