Skip to content

Commit

Permalink
version bump and update node stats every run
Browse files Browse the repository at this point in the history
  • Loading branch information
roks0n committed Jul 23, 2019
1 parent 3501ee4 commit dd34743
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@deadlock-delegate/crawler",
"version": "1.2.5",
"version": "1.2.6",
"description": "Crawler scans the ARK network to get information about the peers in the network.",
"main": "src/crawler.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/crawler.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ class Crawler {
}
}

this.nodes = {}
this.peers = new Peers()
}

Expand All @@ -33,6 +32,7 @@ class Crawler {
* @return {Promise}
*/
async run (peer) {
this.nodes = {}
this.heights = []
this.samplePeers = {}
this.startTime = new Date()
Expand Down

0 comments on commit dd34743

Please sign in to comment.