added tx count

This commit is contained in:
cubedro
2015-03-27 21:05:43 +02:00
parent 92ae0e9144
commit 853f5e9a7e
2 changed files with 3 additions and 2 deletions

View File

@@ -19,7 +19,8 @@ var Node = function Node(data)
timestamp: 0,
arrival: 0,
propagation: 0,
received: 0
received: 0,
transactions: []
},
blocktimeAvg: 0,
blockTimes: [],