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

Commit 91aad11

Browse files
committed
Set 100% autopilot on desktop
1 parent f65db52 commit 91aad11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

public/lnd-child-process.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ module.exports.startLndProcess = async function({
6767
'--autopilot.private',
6868
'--autopilot.minconfs=1',
6969
'--autopilot.conftarget=6',
70-
'--autopilot.allocation=0.95',
70+
'--autopilot.allocation=1.0',
7171
'--autopilot.heuristic=externalscore:0.95',
7272
'--autopilot.heuristic=preferential:0.05',
7373
lndPort ? `--rpclisten=localhost:${lndPort}` : '',

0 commit comments

Comments
 (0)