diff --git a/app.js b/app.js index d41ab1b..ebbd5d1 100644 --- a/app.js +++ b/app.js @@ -43,7 +43,7 @@ const report = (crawler) => { nodeStats[node.ip] = { ip: node.ip, location: node.location, - version: node.version, + version: node.config.version, height: node.height } }