Skip to content

Commit

Permalink
add defaultchanconfs
Browse files Browse the repository at this point in the history
  • Loading branch information
reliveyy committed Apr 24, 2020
1 parent 4b9a21e commit 1064e18
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions images/utils/launcher/node/lnd.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ def get_command(self):
"--bitcoin.active",
"--bitcoin.simnet",
"--bitcoin.node=neutrino",
"--bitcoin.defaultchanconfs=1",
"--neutrino.connect=35.231.222.142:38555",
"--chan-enable-timeout=0m10s",
"--max-cltv-expiry=5000",
Expand All @@ -62,6 +63,7 @@ def get_command(self):
"--litecoin.active",
"--litecoin.simnet",
"--litecoin.node=neutrino",
"--litecoin.defaultchanconfs=1"
"--neutrino.connect=35.231.222.142:39555",
"--chan-enable-timeout=0m10s",
"--max-cltv-expiry=20000",
Expand Down

0 comments on commit 1064e18

Please sign in to comment.