Unverified Commit 08e32d7a authored by Tankred Hase's avatar Tankred Hase Committed by GitHub

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

Revert "Allocate 100 percent of funds to autopilot"
parents de71a3b8 f7eb8d21
...@@ -65,7 +65,7 @@ module.exports.startLndProcess = async function({ ...@@ -65,7 +65,7 @@ module.exports.startLndProcess = async function({
'--historicalsyncinterval=20m', '--historicalsyncinterval=20m',
'--autopilot.private', '--autopilot.private',
'--autopilot.minconfs=0', '--autopilot.minconfs=0',
'--autopilot.allocation=1.0', '--autopilot.allocation=0.95',
'--autopilot.heuristic=externalscore:0.95', '--autopilot.heuristic=externalscore:0.95',
'--autopilot.heuristic=preferential:0.05', '--autopilot.heuristic=preferential:0.05',
lndPort ? `--rpclisten=localhost:${lndPort}` : '', 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