summaryrefslogtreecommitdiff
path: root/src/Network/BitTorrent/DHT/Routing.hs
diff options
context:
space:
mode:
Diffstat (limited to 'src/Network/BitTorrent/DHT/Routing.hs')
-rw-r--r--src/Network/BitTorrent/DHT/Routing.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Network/BitTorrent/DHT/Routing.hs b/src/Network/BitTorrent/DHT/Routing.hs
index 42728a53..c64678e0 100644
--- a/src/Network/BitTorrent/DHT/Routing.hs
+++ b/src/Network/BitTorrent/DHT/Routing.hs
@@ -315,7 +315,7 @@ split i b = (Bucket ns qs, Bucket ms rs)
315 (qs,rs) = runIdentity $ partitionQ bucketQ spanBit $ bktQ b 315 (qs,rs) = runIdentity $ partitionQ bucketQ spanBit $ bktQ b
316 {- 316 {-
317 spanBit :: forall (dht :: * -> *) addr u. 317 spanBit :: forall (dht :: * -> *) addr u.
318 FiniteBits (Network.RPC.NodeId dht) => 318 FiniteBits (Network.DatagramServer.Types.NodeId dht) =>
319 NodeInfo dht addr u -> Bool 319 NodeInfo dht addr u -> Bool
320 -} 320 -}
321 spanBit :: NodeInfo dht addr u -> Bool 321 spanBit :: NodeInfo dht addr u -> Bool