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

Commit 498f765

Browse files
authored
Merge pull request #713 from lightninglabs/autopilot-all-the-funds
Push all on-chain funds to channels using autopilot
2 parents 6e7b89e + 55c2102 commit 498f765

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
@@ -80,6 +80,7 @@ module.exports.startLndProcess = async function({
8080
'--autopilot.active',
8181
'--autopilot.private',
8282
'--autopilot.minconfs=0',
83+
'--autopilot.allocation=1.0',
8384
]);
8485
}
8586
// set default production settings if no custom flags

0 commit comments

Comments
 (0)