From 225fefe47d381fe1b4ca7fb3892e3623c500388a Mon Sep 17 00:00:00 2001 From: Matias Pando Date: Thu, 13 Nov 2014 10:24:54 -0300 Subject: [PATCH] Cleaning code --- js/controllers/history.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/controllers/history.js b/js/controllers/history.js index 0e9f736d0..b77cb6d59 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) {