Skip to content

Commit

Permalink
Merge pull request #7998 from bota87/master
Browse files Browse the repository at this point in the history
sample-lnd.conf: fix typo
  • Loading branch information
guggero authored Oct 5, 2023
2 parents 13e1fd3 + 6041f97 commit 3ffd59a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sample-lnd.conf
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@

; Disable macaroon authentication. Macaroons are used as bearer credentials to
; authenticate all RPC access. If one wishes to opt out of macaroons, uncomment
; the line below.
; and set to true the line below.
; no-macaroons=false

; Enable free list syncing for the default bbolt database. This will decrease
Expand Down Expand Up @@ -250,7 +250,7 @@
; maxbackoff=1h

; The timeout value for network connections.
; Valid uints are {ms, s, m, h}.
; Valid units are {ms, s, m, h}.
; connectiontimeout=2m

; Debug logging level.
Expand Down

0 comments on commit 3ffd59a

Please sign in to comment.