fixed addHistory

This commit is contained in:
cubedro
2015-06-09 04:03:31 +03:00
parent 97ab08f97b
commit c0d0090d9d
2 changed files with 4 additions and 3 deletions

View File

@@ -118,7 +118,7 @@ Collection.prototype.addHistory = function(id, blocks, callback)
this._blockchain.add(blocks[i], id);
};
this.getCharts(callback);
this.getCharts();
}
this.askedForHistory(false);