This repository was archived by the owner on Feb 23, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
android/app/src/main/assets Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ neutrino.feeurl=https://nodes.lightning.computer/fees/v1/btc-fee-estimates.json
2020autopilot.active=0
2121autopilot.private=1
2222autopilot.minconfs=1
23- autopilot.conftarget=6
23+ autopilot.conftarget=16
2424autopilot.allocation=1.0
2525autopilot.heuristic=externalscore:0.95
2626autopilot.heuristic=preferential:0.05
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ neutrino.feeurl=https://nodes.lightning.computer/fees/v1/btc-fee-estimates.json
2020autopilot.active=0
2121autopilot.private=1
2222autopilot.minconfs=1
23- autopilot.conftarget=6
23+ autopilot.conftarget=16
2424autopilot.allocation=1.0
2525autopilot.heuristic=externalscore:0.95
2626autopilot.heuristic=preferential:0.05
Original file line number Diff line number Diff 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' ,
You can’t perform that action at this time.
0 commit comments