Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sample-lnd.conf: fix typo #7998

Merged
merged 1 commit into from
Oct 5, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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