diff options
Diffstat (limited to 'src/Network/BitTorrent/Core/Node.hs')
-rw-r--r-- | src/Network/BitTorrent/Core/Node.hs | 2 |
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. |
71 | newtype NodeId = NodeId ByteString | 71 | newtype NodeId = NodeId ByteString |
72 | deriving (Show, Eq, Ord, BEncode, FromJSON, ToJSON, Typeable) | 72 | deriving (Show, Eq, Ord, BEncode, FromJSON, ToJSON, Typeable) |