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

Commit 18c81b9

Browse files
authored
Merge pull request #1141 from lightninglabs/dev/mobile-autopilot-100
Set autopilot allocation to 100% on mobile
2 parents 955dea7 + 602d52a commit 18c81b9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ neutrino.feeurl=https://nodes.lightning.computer/fees/v1/btctestnet-fee-estimate
1818
autopilot.active=0
1919
autopilot.private=1
2020
autopilot.minconfs=0
21-
autopilot.allocation=0.95
21+
autopilot.allocation=1.0
2222
autopilot.heuristic=externalscore:0.95
2323
autopilot.heuristic=preferential:0.05

mobile/ios/lightning/lnd.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ neutrino.feeurl=https://nodes.lightning.computer/fees/v1/btctestnet-fee-estimate
1818
autopilot.active=0
1919
autopilot.private=1
2020
autopilot.minconfs=0
21-
autopilot.allocation=0.95
21+
autopilot.allocation=1.0
2222
autopilot.heuristic=externalscore:0.95
2323
autopilot.heuristic=preferential:0.05

0 commit comments

Comments
 (0)