summaryrefslogtreecommitdiff
path: root/dht/src/Network/Tox/ContactInfo.hs
diff options
context:
space:
mode:
Diffstat (limited to 'dht/src/Network/Tox/ContactInfo.hs')
-rw-r--r--dht/src/Network/Tox/ContactInfo.hs3
1 files changed, 2 insertions, 1 deletions
diff --git a/dht/src/Network/Tox/ContactInfo.hs b/dht/src/Network/Tox/ContactInfo.hs
index e7cb48c1..d5640ce8 100644
--- a/dht/src/Network/Tox/ContactInfo.hs
+++ b/dht/src/Network/Tox/ContactInfo.hs
@@ -18,8 +18,9 @@ import DPut
18import DebugTag 18import DebugTag
19 19
20newtype ContactInfo extra = ContactInfo 20newtype ContactInfo extra = ContactInfo
21 {
21 -- | Map our toxid public key to an Account record. 22 -- | Map our toxid public key to an Account record.
22 { accounts :: TVar (HashMap NodeId{-my userkey-} (Account extra)) 23 accounts :: TVar (HashMap NodeId{-my userkey-} (Account extra))
23 } 24 }
24 25
25data Account extra = Account 26data Account extra = Account