Update src/Simplex/Messaging/Protocol.hs

Co-authored-by: Evgeny <evgeny@poberezkin.com>
This commit is contained in:
brenzi
2026-09-07 14:21:07 +02:00
committed by GitHub
co-authored by Evgeny
parent 1e5ddca661
commit 13f8cce682
-3
View File
@@ -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}