fix refresh/fee
This commit is contained in:
parent
20812dd508
commit
5bcc0b072d
3 changed files with 6 additions and 6 deletions
|
|
@ -56,9 +56,7 @@ angular.module('copayApp.services').factory('feeService', function($log, $timeou
|
|||
root.getFeeLevels = function(cb) {
|
||||
|
||||
if (cache.updateTs > Date.now() - CACHE_TIME_TS * 1000) {
|
||||
$timeout(function() {
|
||||
return cb(null, cache.data, true);
|
||||
}, 1);
|
||||
return cb(null, cache.data, true);
|
||||
}
|
||||
|
||||
var walletClient = bwcService.getClient();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue