bestBlock -> lastBlock

This commit is contained in:
cubedro 2015-06-23 23:41:30 +03:00
parent 18905b0718
commit 18ea9f106d

View File

@ -82,7 +82,7 @@ Collection.prototype.addBlock = function(id, stats, callback)
{ {
this._highestBlock = block.block.number; this._highestBlock = block.block.number;
this._externalAPI.write({ this._externalAPI.write({
action:"bestBlock", action:"lastBlock",
number: this._highestBlock number: this._highestBlock
}); });
} }