Skip to content
This repository has been archived by the owner on Oct 30, 2018. It is now read-only.

Commit

Permalink
upgrade to latest kad and kad-quasar
Browse files Browse the repository at this point in the history
  • Loading branch information
Gordon Hall committed Mar 2, 2016
1 parent 73a89d2 commit fdd4a03
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/network/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ var ms = require('ms');
var bitcore = require('bitcore-lib');
var constants = require('../constants');
var Message = require('bitcore-message');
var Quasar = require('kad-quasar');
var Quasar = require('kad-quasar').Protocol;
var utils = require('../utils');
var KeyPair = require('../keypair');
var Manager = require('../manager');
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@
"commander": "^2.9.0",
"jsen": "^0.6.0",
"json-stable-stringify": "^1.0.1",
"kad": "^1.4.2",
"kad-quasar": "0.0.2",
"kad": "^1.5.0",
"kad-quasar": "0.1.0",
"merge": "^1.2.0",
"ms": "^0.7.1",
"mtree": "^0.0.1",
Expand Down

0 comments on commit fdd4a03

Please sign in to comment.