Skip to content

Commit

Permalink
test: all tests passing, finally
Browse files Browse the repository at this point in the history
  • Loading branch information
daviddias committed Mar 15, 2018
1 parent e98cc85 commit 412f8d5
Show file tree
Hide file tree
Showing 22 changed files with 423 additions and 337 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@
"protons": "^1.0.1",
"pull-length-prefixed": "^1.3.0",
"pull-stream": "^3.6.2",
"safe-buffer": "^5.1.1",
"varint": "^5.0.0",
"xor-distance": "^1.0.0"
},
Expand All @@ -66,7 +65,7 @@
"datastore-level": "~0.7.0",
"dirty-chai": "^2.0.1",
"interface-connection": "~0.3.2",
"libp2p-multiplex": "~0.5.1",
"libp2p-mplex": "~0.6.0",
"libp2p-switch": "~0.37.0",
"libp2p-tcp": "~0.11.6",
"lodash": "^4.17.5",
Expand Down
1 change: 0 additions & 1 deletion src/rpc/handlers/find-node.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ const waterfall = require('async/waterfall')

const Message = require('../../message')
const utils = require('../../utils')
const Buffer = require('safe-buffer').Buffer

module.exports = (dht) => {
const log = utils.logger(dht.peerInfo.id, 'rpc:find-node')
Expand Down
Loading

0 comments on commit 412f8d5

Please sign in to comment.