summaryrefslogtreecommitdiff
path: root/src/Network/Torrent/PeerID.hs
diff options
context:
space:
mode:
Diffstat (limited to 'src/Network/Torrent/PeerID.hs')
-rw-r--r--src/Network/Torrent/PeerID.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Network/Torrent/PeerID.hs b/src/Network/Torrent/PeerID.hs
index 5ca3ea42..551b0dcc 100644
--- a/src/Network/Torrent/PeerID.hs
+++ b/src/Network/Torrent/PeerID.hs
@@ -1,4 +1,5 @@
1{-# LANGUAGE OverloadedStrings, GeneralizedNewtypeDeriving #-} 1{-# LANGUAGE OverloadedStrings, GeneralizedNewtypeDeriving #-}
2-- TODO: tests
2-- | Recommended method for generation of the peer ID's is 'newPeerID', 3-- | Recommended method for generation of the peer ID's is 'newPeerID',
3-- though this module exports some other goodies for custom generation. 4-- though this module exports some other goodies for custom generation.
4-- 5--