diff --git a/src/Simplex/Messaging/Agent/Client.hs b/src/Simplex/Messaging/Agent/Client.hs index 0b45cb932..26923f8b1 100644 --- a/src/Simplex/Messaging/Agent/Client.hs +++ b/src/Simplex/Messaging/Agent/Client.hs @@ -730,7 +730,7 @@ getSMPProxyClient c@AgentClient {active, smpClients, smpProxiedRelays, workerSeq PROXY { proxyServer = protocolClientServer smp, relayServer = B.unpack $ strEncode destSrv, - proxyErr = ProxyProtocolError e + proxyErr = ProxyResponseError e } e -> SMP proxyHost e waitForProxiedRelay :: SMPTransportSession -> ProxiedRelayVar -> AM (Either AgentErrorType ProxiedRelay)