summaryrefslogtreecommitdiff
path: root/src/Network/BitTorrent/Exchange
diff options
context:
space:
mode:
Diffstat (limited to 'src/Network/BitTorrent/Exchange')
-rw-r--r--src/Network/BitTorrent/Exchange/Message.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Network/BitTorrent/Exchange/Message.hs b/src/Network/BitTorrent/Exchange/Message.hs
index 8a88b761..85ad76d6 100644
--- a/src/Network/BitTorrent/Exchange/Message.hs
+++ b/src/Network/BitTorrent/Exchange/Message.hs
@@ -203,7 +203,7 @@ instance Serialize Handshake where
203 203
204instance Pretty Handshake where 204instance Pretty Handshake where
205 pretty Handshake {..} 205 pretty Handshake {..}
206 = text (BC.unpack hsProtocol) <+> pretty (clientInfo hsPeerId) 206 = text (BC.unpack hsProtocol) <+> pretty (fingerprint hsPeerId)
207 207
208-- | Get handshake message size in bytes from the length of protocol 208-- | Get handshake message size in bytes from the length of protocol
209-- string. 209-- string.