From d162d450aa89c047ddb013788076ee20d06577dc Mon Sep 17 00:00:00 2001
From: Jack Mallers <jimmymowschess@gmail.com>
Date: Tue, 21 Aug 2018 11:23:01 -0500
Subject: [PATCH] feat(autopilot): enable private and minconfs=0

fix(neutrino): remove unneeded comments

fix(autopilot): move private/minconf to proto
---
 resources/lnd.conf | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/resources/lnd.conf b/resources/lnd.conf
index c9036c46..76e1c555 100644
--- a/resources/lnd.conf
+++ b/resources/lnd.conf
@@ -317,6 +317,11 @@ litecoin.node=ltcd
 ; amount of attempted channels will still respect the maxchannels param.
 ; autopilot.allocation=0.6
 
+; If the user toggled autopilot on let's make sure channels are private and allow
+; it to use 0 conf txs
+autopilot.private=1
+autopilot.minconfs=0
+
 [tor]
 ; The port that Tor's exposed SOCKS5 proxy is listening on. Using Tor allows
 ; outbound-only connections (listening will be disabled) -- NOTE port must be