Merge pull request #203 from cubedro/develop

bestBlock -> lastBlock
This commit is contained in:
Marian OANCΞA 2015-06-23 23:41:49 +03:00
commit 4656fe0cf5
1 changed files with 1 additions and 1 deletions

View File

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