diff --git a/SSU.cpp b/SSU.cpp index efcf3a74..ac9a02b0 100644 --- a/SSU.cpp +++ b/SSU.cpp @@ -748,7 +748,7 @@ namespace ssu else { LogPrint ("SSU peer test from Alice. We are Charlie"); - SendPeerTest (nonce, be32toh (*(uint32_t *)address), be16toh (port), introKey); // to Alice + //SendPeerTest (nonce, be32toh (*(uint32_t *)address), be16toh (port), introKey); // to Alice } } else