Skip to content

Commit

Permalink
lnd.py: Print more output
Browse files Browse the repository at this point in the history
  • Loading branch information
AnotherDroog committed Mar 25, 2019
1 parent e87082a commit 3a43872
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions noma/lnd.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ def setup_tor(version=''):
version = "v3"
hostname_path = "/var/lib/tor/lnd-{}/hostname".format(version)
try:
print("Adding externalip directive to lnd for tor")
with open(hostname_path, 'r') as hostname:
set_kv("externalip", hostname, "Application Options")
except Exception as error:
Expand Down

0 comments on commit 3a43872

Please sign in to comment.