diff --git a/src/js/services/wallet-history.service.js b/src/js/services/wallet-history.service.js index 1f9e03152..a607fc870 100644 --- a/src/js/services/wallet-history.service.js +++ b/src/js/services/wallet-history.service.js @@ -269,6 +269,7 @@ if (getLatest) { txs = addLatestTransactions(wallet.id, cachedTxs, fetchedTxs); } else { + allTransactionsFetched = false; txs = addEarlyTransactions(wallet.id, cachedTxs, fetchedTxs); return cb(null, txs, allTransactionsFetched/*, hasAllTransactionsFetched(wallet.id, cachedTxs, fetchedTxs)*/); }