remove update emit
This commit is contained in:
parent
24609c6b15
commit
fb4662663d
3 changed files with 6 additions and 9 deletions
|
|
@ -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)) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue