diff options
Diffstat (limited to 'src/Network/Tox/Onion')
-rw-r--r-- | src/Network/Tox/Onion/Handlers.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Network/Tox/Onion/Handlers.hs b/src/Network/Tox/Onion/Handlers.hs index b06fc2af..e792aa50 100644 --- a/src/Network/Tox/Onion/Handlers.hs +++ b/src/Network/Tox/Onion/Handlers.hs | |||
@@ -171,7 +171,7 @@ handlers net _ _ keydb _ = Just $ NoReply Right $ dataToRouteH keydb net | |||
171 | toxidSearch :: (TransactionId -> OnionDestination r -> STM (OnionDestination r, Int)) | 171 | toxidSearch :: (TransactionId -> OnionDestination r -> STM (OnionDestination r, Int)) |
172 | -> TransportCrypto | 172 | -> TransportCrypto |
173 | -> Client r | 173 | -> Client r |
174 | -> Search NodeId (IP, PortNumber) (Maybe Nonce32) NodeInfo Rendezvous | 174 | -> Search NodeId (IP, PortNumber) Nonce32 NodeInfo Rendezvous |
175 | toxidSearch getTimeout crypto client = Search | 175 | toxidSearch getTimeout crypto client = Search |
176 | { searchSpace = toxSpace | 176 | { searchSpace = toxSpace |
177 | , searchNodeAddress = nodeIP &&& nodePort | 177 | , searchNodeAddress = nodeIP &&& nodePort |