diff options
Diffstat (limited to 'src/Data')
-rw-r--r-- | src/Data/Torrent.hs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Data/Torrent.hs b/src/Data/Torrent.hs index 7c56edf7..cfc26453 100644 --- a/src/Data/Torrent.hs +++ b/src/Data/Torrent.hs | |||
@@ -187,7 +187,7 @@ import Text.PrettyPrint.Class | |||
187 | import System.FilePath | 187 | import System.FilePath |
188 | import System.Posix.Types | 188 | import System.Posix.Types |
189 | 189 | ||
190 | import Network.BitTorrent.Core.NodeInfo | 190 | import Network.BitTorrent.Address |
191 | 191 | ||
192 | 192 | ||
193 | {----------------------------------------------------------------------- | 193 | {----------------------------------------------------------------------- |
@@ -836,7 +836,7 @@ data Torrent = Torrent | |||
836 | , tNodes :: !(Maybe [NodeAddr HostName]) | 836 | , tNodes :: !(Maybe [NodeAddr HostName]) |
837 | -- ^ This key should be set to the /K closest/ nodes in the | 837 | -- ^ This key should be set to the /K closest/ nodes in the |
838 | -- torrent generating client's routing table. Alternatively, the | 838 | -- torrent generating client's routing table. Alternatively, the |
839 | -- key could be set to a known good 'Network.BitTorrent.Core.Node' | 839 | -- key could be set to a known good 'Network.BitTorrent.Address.Node' |
840 | -- such as one operated by the person generating the torrent. | 840 | -- such as one operated by the person generating the torrent. |
841 | -- | 841 | -- |
842 | -- Please do not automatically add \"router.bittorrent.com\" to | 842 | -- Please do not automatically add \"router.bittorrent.com\" to |