From caeeb2df9ccca29a6bb504886736502d081fba0e Mon Sep 17 00:00:00 2001 From: Evgeny Poberezkin Date: Sat, 17 Feb 2024 15:32:44 +0000 Subject: [PATCH] fix protocol in NTF server error --- src/Simplex/Messaging/Agent/Client.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Simplex/Messaging/Agent/Client.hs b/src/Simplex/Messaging/Agent/Client.hs index 31c008193..9f6cf7dc4 100644 --- a/src/Simplex/Messaging/Agent/Client.hs +++ b/src/Simplex/Messaging/Agent/Client.hs @@ -957,7 +957,7 @@ runNTFServerTest c userId (ProtoServerWithAuth srv _) = do where addr = B.unpack $ strEncode srv testErr :: ProtocolTestStep -> SMPClientError -> ProtocolTestFailure - testErr step = ProtocolTestFailure step . protocolClientError SMP addr + testErr step = ProtocolTestFailure step . protocolClientError NTF addr getXFTPWorkPath :: AgentMonad m => m FilePath getXFTPWorkPath = do