mirror of
https://github.com/simplex-chat/simplexmq.git
synced 2026-03-31 20:36:22 +00:00
fix protocol in NTF server error
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user