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

Commit 69594e6

Browse files
committed
Revert "Rely 100% on external scores for now for testing"
This reverts commit 88669a5.
1 parent 704d7c5 commit 69594e6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

public/lnd-child-process.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,8 @@ module.exports.startLndProcess = async function({
6565
'--autopilot.private',
6666
'--autopilot.minconfs=0',
6767
'--autopilot.allocation=0.95',
68-
'--autopilot.heuristic=externalscore:1',
69-
'--autopilot.heuristic=preferential:0',
68+
'--autopilot.heuristic=externalscore:0.7',
69+
'--autopilot.heuristic=preferential:0.3',
7070
lndPort ? `--rpclisten=localhost:${lndPort}` : '',
7171
lndPeerPort ? `--listen=localhost:${lndPeerPort}` : '',
7272
lndRestPort ? `--restlisten=localhost:${lndRestPort}` : '',

0 commit comments

Comments
 (0)