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

Commit 2914700

Browse files
authored
Merge pull request #715 from lightninglabs/open-after-1-conf
Display channel as open after one conf
2 parents 907942c + 04384d8 commit 2914700

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

public/lnd-child-process.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ module.exports.startLndProcess = async function({
5959
const processName = 'lnd';
6060
let args = [
6161
'--bitcoin.active',
62+
'--bitcoin.defaultchanconfs=1',
6263
'--debuglevel=info',
6364
`--lnddir=${lndSettingsDir}`,
6465
`--routing.assumechanvalid`,

0 commit comments

Comments
 (0)