Merge pull request #156 from cubedro/develop

Version 0.0.7
This commit is contained in:
Marian OANCΞA 2015-05-27 12:34:56 +03:00
commit 661096eb94
2 changed files with 3 additions and 3 deletions

View File

@ -109,12 +109,12 @@ History.prototype._save = function(block)
{
this._items.unshift(block);
this._items = _.sortByOrder( this._items, 'height', false );
if(this._items.length > MAX_HISTORY)
{
this._items.pop();
}
this._items = _.sortByOrder( this._items, 'height', false );
}
History.prototype.search = function(number)

View File

@ -1,7 +1,7 @@
{
"name": "eth-netstats",
"description": "Ethereum Network Intelligence dashboard",
"version": "0.0.6",
"version": "0.0.7",
"private": true,
"engines": {
"node": "0.12.0",