From fddb44cc648da0494be580b832a0b5a61b27f2ff Mon Sep 17 00:00:00 2001 From: Joe Crayne Date: Fri, 29 Nov 2019 18:56:03 -0500 Subject: Refactored node-id appearance to Codec.AsciiKey256. --- dht/src/Data/Tox/Msg.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dht/src/Data/Tox/Msg.hs') diff --git a/dht/src/Data/Tox/Msg.hs b/dht/src/Data/Tox/Msg.hs index 2951193d..8819faa7 100644 --- a/dht/src/Data/Tox/Msg.hs +++ b/dht/src/Data/Tox/Msg.hs @@ -260,7 +260,7 @@ instance Read ChatID where | otherwise = [] instance Show ChatID where - show (ChatID ed) = show64Token32 ed + show (ChatID ed) = showToken32 ed data InviteType = GroupInvite { groupName :: Text } | AcceptedInvite -- cgit v1.2.3