mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-21 16:14:23 +01:00
Add the missing space between "if" and "("
Changelog-None
This commit is contained in:
committed by
Christian Decker
parent
0ac91b4f99
commit
2ea91f834c
@@ -111,7 +111,7 @@ static struct wireaddr *make_onion(const tal_t *ctx,
|
||||
continue;
|
||||
|
||||
if (use_v3_autotor)
|
||||
if(strstr(line, "\"0.0") ||
|
||||
if (strstr(line, "\"0.0") ||
|
||||
strstr(line, "\"0.1") ||
|
||||
strstr(line, "\"0.2") ||
|
||||
strstr(line, "\"0.3")) {
|
||||
|
||||
Reference in New Issue
Block a user