Fix fee for send all
This commit is contained in:
parent
08a15ae52b
commit
66b7fa8f7a
5 changed files with 134 additions and 106 deletions
|
|
@ -24,7 +24,7 @@ angular.module('copayApp.controllers').controller('preferencesGlobalController',
|
|||
}
|
||||
};
|
||||
configService.set(opts, function(err) {
|
||||
$rootScope.$emit('Local/SpendUnconfirmedUpdated');
|
||||
$rootScope.$emit('Local/SpendUnconfirmedUpdated', newVal);
|
||||
if (err) $log.debug(err);
|
||||
});
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue