Skip to content
This repository was archived by the owner on Feb 23, 2021. It is now read-only.

Commit 5bf2606

Browse files
committed
mobile: disable listening on Android+iOS
In this commit, we disable listening on Android and iOS in order to ensure that we don't conflict with any other LN apps the user may have that are also attempting to listen on port 9735. Fixes #1184.
1 parent d5fdd6b commit 5bf2606

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

mobile/android/app/src/main/assets/lnd.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
debuglevel=info
33
no-macaroons=1
44
maxbackoff=2s
5+
nolisten=1
56

67
[Routing]
78
routing.assumechanvalid=1

mobile/ios/lightning/lnd.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
debuglevel=info
33
no-macaroons=1
44
maxbackoff=2s
5+
nolisten=1
56

67
[Routing]
78
routing.assumechanvalid=1

0 commit comments

Comments
 (0)