diff --git a/js/controllers/history.js b/js/controllers/history.js index 0e9f736d074..b77cb6d599c 100644 --- a/js/controllers/history.js +++ b/js/controllers/history.js @@ -38,7 +38,7 @@ angular.module('copayApp.controllers').controller('HistoryController', if (!w) return; $scope.generating = true; - var data = w.getTransactionHistory(null, function(err, res) { + w.getTransactionHistory(function(err, res) { if (err) throw err; if (!res) {