added angular filters for classes
This commit is contained in:
@@ -38,7 +38,7 @@ Node.prototype.update = function()
|
||||
}
|
||||
|
||||
if(this.info.stats.peers != null) {
|
||||
this.info.stats.block.height = eth.number;
|
||||
this.info.stats.block.height = parseInt(eth.number);
|
||||
var block = eth.block(this.info.stats.block.height)
|
||||
this.info.stats.block.hash = block.hash;
|
||||
this.info.stats.block.timestamp = block.timestamp;
|
||||
|
||||
Reference in New Issue
Block a user