Unverified Commit de71a3b8 authored by Tankred Hase's avatar Tankred Hase Committed by GitHub

Merge pull request #1083 from lightninglabs/dev/1.0-atpl-allocation

Allocate 100 percent of funds to autopilot
parents 4a56c997 5cadb445
......@@ -65,7 +65,7 @@ module.exports.startLndProcess = async function({
'--historicalsyncinterval=20m',
'--autopilot.private',
'--autopilot.minconfs=0',
'--autopilot.allocation=0.95',
'--autopilot.allocation=1.0',
'--autopilot.heuristic=externalscore:0.95',
'--autopilot.heuristic=preferential:0.05',
lndPort ? `--rpclisten=localhost:${lndPort}` : '',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment