changed avg propagation time to infinity when block is very old
This commit is contained in:
@@ -360,7 +360,8 @@ angular.module('netStatsApp.filters', [])
|
||||
var ms = stats.propagationAvg;
|
||||
|
||||
if(bestBlock - stats.block.number > 40)
|
||||
ms = _.now() - stats.block.received;
|
||||
return "∞";
|
||||
//ms = _.now() - stats.block.received;
|
||||
|
||||
prefix = '';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user