added propagation time
This commit is contained in:
@@ -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: [],
|
||||
|
||||
Reference in New Issue
Block a user