added node latency

This commit is contained in:
cubedro
2015-02-23 15:57:41 +02:00
parent 76de55f2e5
commit 6c17d0ee9c
5 changed files with 20 additions and 2 deletions

View File

@@ -21,6 +21,7 @@ var Node = function Node(data)
},
blocktimeAvg: 0,
difficulty: [],
latency: 0,
uptime: 0,
lastUpdate: 0
};