Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Clear 'TransactionCacheRegistry' whenever 'AccountListManager' gets
cleared. This ensures cache entries aren't 'dangling' when recreating the account list. Without this fix, transaction history will make extra tx api request when insight indexer's used. This is because 'InsightApiHelper.extendChains' is updating 'TransactionCacheRegistry' with the assumption that it refers to the same txCache object as the wallet.
- Loading branch information