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

@ -31,7 +31,6 @@ angular.module('copayApp.controllers').controller('importController',
configService.set(opts, function(err) {
if (err) return cb(err);
$scope.$emit('Local/BWSUpdated');
applicationService.restart();
return cb(null);
});
}