kad.js : remove second hardcoded dht node

This commit is contained in:
ansuz 2015-10-27 18:03:31 -04:00
parent 9b684c6dbe
commit 1fe2219375
1 changed files with 0 additions and 8 deletions

View File

@ -10,14 +10,6 @@ module.exports.create=function(conf,cb){
transport: kad.transports.UDP,
});
var dht2=kad({
address: conf.kadAddress,
port:conf.kadPort+1,
storage:levelup('./kadstore2.db'),
seeds:[],
transport: kad.transports.UDP,
});
var indices={},
Channel={};