diff --git a/src/Simplex/Chat/Names/Protocol.hs b/src/Simplex/Chat/Names/Protocol.hs index 41b0c25412..f0028b6e31 100644 --- a/src/Simplex/Chat/Names/Protocol.hs +++ b/src/Simplex/Chat/Names/Protocol.hs @@ -235,7 +235,7 @@ parseAddressJSON = J.withText "Address" $ either fail pure . parseAddress . enco -- | Progress phases streamed from core to the UI as registration advances. -- Not part of the wire protocol — carried in @CEvtNameRegistrationProgress@. --- | 'NRPhaseCommitted' carries @waitMs@: the commit→reveal wait starts as soon +-- 'NRPhaseCommitted' carries @waitMs@: the commit→reveal wait starts as soon -- as it is emitted, so it needs no phase of its own. data NameRegPhase = NRPhaseCommitting