improved peer propagation chart
This commit is contained in:
@@ -31,7 +31,7 @@ var Node = function Node(data)
|
||||
uptime: 0,
|
||||
lastUpdate: 0
|
||||
};
|
||||
this.blockHistory = [];
|
||||
this.blockHistory = Array(MAX_HISTORY);
|
||||
this.uptime = {
|
||||
started: null,
|
||||
history: []
|
||||
|
||||
Reference in New Issue
Block a user