remove update emit

This commit is contained in:
Javier 2015-10-19 11:23:59 -03:00
commit fb4662663d
3 changed files with 6 additions and 9 deletions

View file

@ -83,7 +83,6 @@ angular.module('copayApp.controllers').controller('joinController',
opts_.bws[fc.credentials.walletId] = $scope.bwsurl;
configService.set(opts_, function(err) {
if (err) console.log(err);
$scope.$emit('Local/BWSUpdated');
});
if (fc.isComplete() && (opts.mnemonic || opts.externalSource || opts.extendedPrivateKey)) {