diff --git a/src/js/controllers/walletDetails.js b/src/js/controllers/walletDetails.js index d0afee8ca..e5f85d21b 100644 --- a/src/js/controllers/walletDetails.js +++ b/src/js/controllers/walletDetails.js @@ -339,7 +339,7 @@ angular.module('copayApp.controllers').controller('walletDetailsController', fun // Check if we have more than we are displaying if (completeTxHistory.length > $scope.txHistory.length) { currentTxHistoryDisplayPage++; - showHistory(); + showHistory(false); $scope.$broadcast('scroll.infiniteScrollComplete'); return; }