Commit 88669a5b authored by Tankred Hase's avatar Tankred Hase

Rely 100% on external scores for now for testing

parent 14fa8278
......@@ -65,8 +65,8 @@ module.exports.startLndProcess = async function({
'--autopilot.private',
'--autopilot.minconfs=0',
'--autopilot.allocation=0.95',
'--autopilot.heuristic=externalscore:0.7',
'--autopilot.heuristic=preferential:0.3',
'--autopilot.heuristic=externalscore:1',
'--autopilot.heuristic=preferential:0',
lndPort ? `--rpclisten=localhost:${lndPort}` : '',
lndPeerPort ? `--listen=localhost:${lndPeerPort}` : '',
lndRestPort ? `--restlisten=localhost:${lndRestPort}` : '',
......
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