rm SpendUnconfirmedUpdated event
This commit is contained in:
parent
5f7dfb51a4
commit
5da6ba6356
2 changed files with 0 additions and 2 deletions
|
|
@ -49,7 +49,6 @@ angular.module('copayApp.controllers').controller('preferencesGlobalController',
|
|||
}
|
||||
};
|
||||
configService.set(opts, function(err) {
|
||||
$rootScope.$emit('Local/SpendUnconfirmedUpdated', $scope.spendUnconfirmed);
|
||||
if (err) $log.debug(err);
|
||||
});
|
||||
};
|
||||
|
|
@ -64,7 +64,6 @@ angular.module('copayApp.controllers').controller('tabSettingsController', funct
|
|||
}
|
||||
};
|
||||
configService.set(opts, function(err) {
|
||||
$rootScope.$emit('Local/SpendUnconfirmedUpdated', $scope.spendUnconfirmed);
|
||||
if (err) $log.debug(err);
|
||||
});
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue