Cleaning code
This commit is contained in:
parent
d31dbb23f4
commit
225fefe47d
1 changed files with 1 additions and 1 deletions
|
|
@ -38,7 +38,7 @@ angular.module('copayApp.controllers').controller('HistoryController',
|
||||||
if (!w) return;
|
if (!w) return;
|
||||||
|
|
||||||
$scope.generating = true;
|
$scope.generating = true;
|
||||||
var data = w.getTransactionHistory(null, function(err, res) {
|
w.getTransactionHistory(function(err, res) {
|
||||||
if (err) throw err;
|
if (err) throw err;
|
||||||
|
|
||||||
if (!res) {
|
if (!res) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue