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

Commit 1312a97

Browse files
authored
Merge pull request #1209 from Roasbeef/no-listen-mobile
mobile: disable listening on Android+iOS
2 parents d5fdd6b + 5bf2606 commit 1312a97

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)