mirror of
https://github.com/aljazceru/lightning.git
synced 2026-02-18 12:34:21 +01:00
Show in info log the name of the hidden onion service
Signed-off-by: Saibato <saibato.naga@pm.me>
This commit is contained in:
committed by
ZmnSCPxj, ZmnSCPxj jxPCSmnZ
parent
765416f0ca
commit
e74dfa7fa1
@@ -100,6 +100,7 @@ static struct wireaddr *make_onion(const tal_t *ctx,
|
||||
if (!parse_wireaddr(name, onion, DEFAULT_PORT, false, NULL))
|
||||
status_failed(STATUS_FAIL_INTERNAL_ERROR,
|
||||
"Tor gave bad onion name '%s'", name);
|
||||
status_info("New autotor service onion address: \"%s:%d\"", name, DEFAULT_PORT);
|
||||
discard_remaining_response(rbuf);
|
||||
return onion;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user