summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/Network/BitTorrent/Core/Node.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Network/BitTorrent/Core/Node.hs b/src/Network/BitTorrent/Core/Node.hs
index 090bfd4e..03f01ed0 100644
--- a/src/Network/BitTorrent/Core/Node.hs
+++ b/src/Network/BitTorrent/Core/Node.hs
@@ -66,7 +66,7 @@ import Network.BitTorrent.Core.PeerAddr (PeerAddr (..))
66-- | Each node has a globally unique identifier known as the \"node 66-- | Each node has a globally unique identifier known as the \"node
67-- ID.\" 67-- ID.\"
68-- 68--
69-- Normally, /this/ node id should we saved between invocations 69-- Normally, /this/ node id should be saved between invocations
70-- of the client software. 70-- of the client software.
71newtype NodeId = NodeId ByteString 71newtype NodeId = NodeId ByteString
72 deriving (Show, Eq, Ord, BEncode, FromJSON, ToJSON, Typeable) 72 deriving (Show, Eq, Ord, BEncode, FromJSON, ToJSON, Typeable)