diff options
author | joe <joe@jerkface.net> | 2018-06-26 07:56:02 -0400 |
---|---|---|
committer | joe <joe@jerkface.net> | 2018-06-26 07:56:02 -0400 |
commit | 8cca6e0577d127d8de1624e31a7a47dca74e2ada (patch) | |
tree | d446b7fd127fa4785879f90a129d7af2f781acdf /examples/dhtd.hs | |
parent | ec651ddc8ec890feebfbabe456d7515d7d83a012 (diff) |
testTox: a pair of simulated tox nodes.
Diffstat (limited to 'examples/dhtd.hs')
-rw-r--r-- | examples/dhtd.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/dhtd.hs b/examples/dhtd.hs index 2bb4ca88..e4b10b8d 100644 --- a/examples/dhtd.hs +++ b/examples/dhtd.hs | |||
@@ -1750,7 +1750,7 @@ main = do | |||
1750 | addrTox | 1750 | addrTox |
1751 | (Just _netCryptoSessionsState) | 1751 | (Just _netCryptoSessionsState) |
1752 | (dhtkey opts) | 1752 | (dhtkey opts) |
1753 | (quitTox, toxStrap4, toxStrap6) <- Tox.forkTox tox | 1753 | (quitTox, toxStrap4, toxStrap6) <- Tox.forkTox tox True |
1754 | 1754 | ||
1755 | toxSearches <- atomically $ newTVar Map.empty | 1755 | toxSearches <- atomically $ newTVar Map.empty |
1756 | 1756 | ||