diff options
Diffstat (limited to 'src/Network/BitTorrent/Exchange/Message.hs')
-rw-r--r-- | src/Network/BitTorrent/Exchange/Message.hs | 2 |
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 | ||
204 | instance Pretty Handshake where | 204 | instance 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. |