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 @@ -17,7 +17,7 @@ neutrino.feeurl=https://nodes.lightning.computer/fees/v1/btctestnet-fee-estimate
1717[autopilot]
1818autopilot.active=0
1919autopilot.private=1
20- autopilot.minconfs=0
20+ autopilot.minconfs=1
2121autopilot.allocation=1.0
2222autopilot.heuristic=externalscore:0.95
2323autopilot.heuristic=preferential:0.05
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ neutrino.feeurl=https://nodes.lightning.computer/fees/v1/btctestnet-fee-estimate
1717[autopilot]
1818autopilot.active=0
1919autopilot.private=1
20- autopilot.minconfs=0
20+ autopilot.minconfs=1
2121autopilot.allocation=1.0
2222autopilot.heuristic=externalscore:0.95
2323autopilot.heuristic=preferential:0.05
Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ module.exports.startLndProcess = async function({
6464 `--routing.assumechanvalid` ,
6565 '--historicalsyncinterval=20m' ,
6666 '--autopilot.private' ,
67- '--autopilot.minconfs=0 ' ,
67+ '--autopilot.minconfs=1 ' ,
6868 '--autopilot.allocation=0.95' ,
6969 '--autopilot.heuristic=externalscore:0.95' ,
7070 '--autopilot.heuristic=preferential:0.05' ,
You can’t perform that action at this time.
0 commit comments