Skip to content

Commit

Permalink
Version is retrieved from the config attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
2DT committed Feb 9, 2021
1 parent 131255e commit 71137f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
}
Expand Down

0 comments on commit 71137f3

Please sign in to comment.