set bws url for each wallet

This commit is contained in:
Javier 2015-10-19 11:19:28 -03:00
commit 24609c6b15
6 changed files with 68 additions and 77 deletions

View file

@ -84,7 +84,6 @@ angular.module('copayApp.controllers').controller('joinController',
configService.set(opts_, function(err) {
if (err) console.log(err);
$scope.$emit('Local/BWSUpdated');
applicationService.restart();
});
if (fc.isComplete() && (opts.mnemonic || opts.externalSource || opts.extendedPrivateKey)) {