added propagation time

This commit is contained in:
cubedro
2015-02-23 19:10:17 +02:00
parent f76e690f90
commit eb7186e9a4
2 changed files with 7 additions and 2 deletions

View File

@@ -16,7 +16,9 @@ var Node = function Node(data)
difficulty: 0,
number: 0,
gasLimit: 0,
timestamp: 0
timestamp: 0,
arrival: 0,
propagation: 0
},
blocktimeAvg: 0,
blockTimes: [],