Browse Source

feat(autopilot): enable private and minconfs=0

fix(neutrino): remove unneeded comments

fix(autopilot): move private/minconf to proto
renovate/lint-staged-8.x
Jack Mallers 6 years ago
parent
commit
d162d450aa
  1. 5
      resources/lnd.conf

5
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

Loading…
Cancel
Save