Fix fee for send all

This commit is contained in:
Gustavo Maximiliano Cortez 2015-12-23 18:05:22 -03:00
commit 66b7fa8f7a
No known key found for this signature in database
GPG key ID: 15EDAD8D9F2EB1AF
5 changed files with 134 additions and 106 deletions

View file

@ -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);
});
});