show pending update
This commit is contained in:
parent
48d6b78667
commit
ba40323b7b
4 changed files with 41 additions and 121 deletions
|
|
@ -21,9 +21,8 @@ angular.module('copayApp.controllers').controller('preferencesController',
|
|||
spendUnconfirmed: newVal
|
||||
}
|
||||
};
|
||||
$rootScope.$emit('Local/SpendUnconfirmedUpdated');
|
||||
|
||||
configService.set(opts, function(err) {
|
||||
$rootScope.$emit('Local/SpendUnconfirmedUpdated');
|
||||
if (err) $log.debug(err);
|
||||
});
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue