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

Commit 5028623

Browse files
committed
Configure autopilot.conftarget to match config.MED_TARGET_CONF
1 parent 1e31262 commit 5028623

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

mobile/android/app/src/main/assets/lnd.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ neutrino.feeurl=https://nodes.lightning.computer/fees/v1/btc-fee-estimates.json
2020
autopilot.active=0
2121
autopilot.private=1
2222
autopilot.minconfs=1
23-
autopilot.conftarget=6
23+
autopilot.conftarget=16
2424
autopilot.allocation=1.0
2525
autopilot.heuristic=externalscore:0.95
2626
autopilot.heuristic=preferential:0.05

mobile/ios/lightning/lnd.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ neutrino.feeurl=https://nodes.lightning.computer/fees/v1/btc-fee-estimates.json
2020
autopilot.active=0
2121
autopilot.private=1
2222
autopilot.minconfs=1
23-
autopilot.conftarget=6
23+
autopilot.conftarget=16
2424
autopilot.allocation=1.0
2525
autopilot.heuristic=externalscore:0.95
2626
autopilot.heuristic=preferential:0.05

public/lnd-child-process.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ module.exports.startLndProcess = async function({
6666
'--historicalsyncinterval=20m',
6767
'--autopilot.private',
6868
'--autopilot.minconfs=1',
69-
'--autopilot.conftarget=6',
69+
'--autopilot.conftarget=16',
7070
'--autopilot.allocation=1.0',
7171
'--autopilot.heuristic=externalscore:0.95',
7272
'--autopilot.heuristic=preferential:0.05',

0 commit comments

Comments
 (0)