From 13f8cce6828a251ede7a2e5ce299e8033a66ae9b Mon Sep 17 00:00:00 2001 From: brenzi Date: Mon, 7 Sep 2026 14:21:07 +0200 Subject: [PATCH] Update src/Simplex/Messaging/Protocol.hs Co-authored-by: Evgeny --- src/Simplex/Messaging/Protocol.hs | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/Simplex/Messaging/Protocol.hs b/src/Simplex/Messaging/Protocol.hs index 1df64f4ae..157894e34 100644 --- a/src/Simplex/Messaging/Protocol.hs +++ b/src/Simplex/Messaging/Protocol.hs @@ -1592,9 +1592,6 @@ data ErrorType DUPLICATE_ -- not part of SMP protocol, used internally deriving (Eq, Show) --- | What the router knows about a name. Resolving a name and asking whether it --- can be registered are the same question to the registry, and a client that --- offers a taken name to register wants to show what took it. data NameResponse = -- | resolves, and the registration runs until this time NRNameRecord {nameRecord :: NameRecord, expires :: Maybe Int64}