From 57c306d512ec0c782eed7790acee073f5b7054bb Mon Sep 17 00:00:00 2001 From: cathugger Date: Sun, 22 Nov 2020 13:16:43 +0000 Subject: [PATCH] disable this again --- worker.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/worker.c b/worker.c index 41d540b..f0aaf62 100644 --- a/worker.c +++ b/worker.c @@ -94,7 +94,7 @@ static void onionready(char *sname,const u8 *secret,const u8 *pubonion) } // disabled as this was never ever triggered as far as I'm aware -#if 1 +#if 0 // Sanity check that the public key matches the private one. ge_p3 ALIGN(16) point; u8 testpk[PUBLIC_LEN];