From 6041f97fb6910b82027d43708953cefec8f421e1 Mon Sep 17 00:00:00 2001 From: bota87 <52842374+bota87@users.noreply.github.com> Date: Sun, 17 Sep 2023 20:11:20 +0200 Subject: [PATCH] sample-lnd.conf: fix typo --- sample-lnd.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sample-lnd.conf b/sample-lnd.conf index 1d2f77d332..bf592f834c 100644 --- a/sample-lnd.conf +++ b/sample-lnd.conf @@ -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 @@ -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.