refactor STM queues (#1447)

This commit is contained in:
Evgeny
2025-02-05 12:04:27 +00:00
committed by GitHub
parent 45373e7f1f
commit ce24f83b64
10 changed files with 341 additions and 351 deletions
+1 -2
View File
@@ -16,8 +16,7 @@ import Simplex.Messaging.Encoding.String
import Simplex.Messaging.Protocol
data QueueRec = QueueRec
{ recipientId :: !RecipientId,
recipientKey :: !RcvPublicAuthKey,
{ recipientKey :: !RcvPublicAuthKey,
rcvDhSecret :: !RcvDhSecret,
senderId :: !SenderId,
senderKey :: !(Maybe SndPublicAuthKey),