wallet transactions now refresh every 10 seconds and don't cache
This commit is contained in:
parent
5fc682fea1
commit
ca7c25d01e
3 changed files with 10 additions and 5 deletions
|
|
@ -668,7 +668,8 @@ angular.module('copayApp.services').factory('walletService', function($log, $tim
|
|||
return wallet.completeHistory && wallet.completeHistory.isValid;
|
||||
};
|
||||
|
||||
if (isHistoryCached() && !opts.force) return cb(null, wallet.completeHistory);
|
||||
// disable caching
|
||||
//if (isHistoryCached() && !opts.force) return cb(null, wallet.completeHistory);
|
||||
|
||||
$log.debug('Updating Transaction History');
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue