mirror of
https://github.com/yzernik/squeaknode.git
synced 2026-08-16 13:01:04 +02:00
Remove log lines for getting lnd external address from squeak core (#1256)
This commit is contained in:
parent
f587acc095
commit
f3fa5d40ad
1 changed files with 0 additions and 2 deletions
|
|
@ -193,9 +193,7 @@ class SqueakCore:
|
|||
Optional[LightningAddressHostPort]: The host and port of the lnd node if possible.
|
||||
"""
|
||||
info = self.lightning_client.get_info()
|
||||
logger.info("Packaging offer with lnd info: {}".format(info))
|
||||
uris = info.uris
|
||||
logger.info("Packaging offer with uris: {}".format(uris))
|
||||
for uri in uris:
|
||||
pubkey, address = uri.split("@")
|
||||
host, port_str = address.split(":")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue