Cleaning code

This commit is contained in:
Matias Pando 2014-11-13 10:24:54 -03:00
commit 225fefe47d

View file

@ -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) {