Skip to content

Commit 3a43872

Browse files
committed
lnd.py: Print more output
1 parent e87082a commit 3a43872

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

noma/lnd.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@ def setup_tor(version=''):
104104
version = "v3"
105105
hostname_path = "/var/lib/tor/lnd-{}/hostname".format(version)
106106
try:
107+
print("Adding externalip directive to lnd for tor")
107108
with open(hostname_path, 'r') as hostname:
108109
set_kv("externalip", hostname, "Application Options")
109110
except Exception as error:

0 commit comments

Comments
 (0)