Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/webtorrent/webtorrent.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFeross Aboukhadijeh <feross@feross.org>2015-06-11 05:38:46 +0300
committerFeross Aboukhadijeh <feross@feross.org>2015-06-11 05:38:46 +0300
commit5f3e73f9937228fac0b9974de7db5b4fbb16b1bf (patch)
tree3316b530efa2f6e7de701857bf587352e6d361e7 /index.js
parent42f651dba6b022efc77b2252b97a52559c337551 (diff)
move TODOs to issue #353
Diffstat (limited to 'index.js')
-rw-r--r--index.js3
1 files changed, 0 insertions, 3 deletions
diff --git a/index.js b/index.js
index 4cd8e0c..bd2bec1 100644
--- a/index.js
+++ b/index.js
@@ -1,6 +1,3 @@
-// TODO: dhtPort and torrentPort should be consistent between restarts
-// TODO: peerId and nodeId should be consistent between restarts
-
module.exports = WebTorrent
var createTorrent = require('create-torrent')