Browse Source
Merge pull request #748 from LN-Zap/feat/assume-chan-valid
feat(autopilot): use new routing flag
renovate/lint-staged-8.x
Tom Kirkpatrick
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
5 additions and
0 deletions
-
resources/lnd.conf
|
|
@ -341,3 +341,8 @@ autopilot.minconfs=0 |
|
|
|
; This means that multiple applications (other than lnd) using Tor won't be mixed |
|
|
|
; in with lnd's traffic. |
|
|
|
; tor.streamisolation=1 |
|
|
|
|
|
|
|
[routing] |
|
|
|
; Use the experimental routing config assumechanvalid |
|
|
|
|
|
|
|
routing.assumechanvalid=1 |
|
|
|