fixed addHistory
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user