diff --git a/src/Simplex/Messaging/Agent/Client.hs b/src/Simplex/Messaging/Agent/Client.hs index accdc6fa9..8f002b71b 100644 --- a/src/Simplex/Messaging/Agent/Client.hs +++ b/src/Simplex/Messaging/Agent/Client.hs @@ -1926,7 +1926,7 @@ data SMPServerSummary = SMPServerSummary activeSubscriptions :: [SMPServerSubRcvId], pendingSubscriptions :: [SMPServerSubRcvId], rcvMsgs :: Int64, - -- duplicateRcvMsgs :: Int64, -- tracking it per server allows to easier detect it before checking detailed info + duplicateRcvMsgs :: Int64, -- tracking it per server allows to easier detect it before checking detailed info sndMsgs :: Int64 } deriving (Show)