We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa930a3 commit 7bc0120Copy full SHA for 7bc0120
ldk-server/ldk-server-config.toml
@@ -19,7 +19,7 @@ file_path = "/tmp/ldk-server/ldk-server.log" # Log file path
19
#key_path = "/path/to/tls.key" # Path to TLS private key, by default uses dir_path/tls.key
20
hosts = ["example.com"] # Allowed hosts for TLS, will always include "localhost" and "127.0.0.1"
21
22
-# Must set either bitcoind or esplora settings, but not both
+# Must set one of bitcoind, electrum, or esplora
23
24
# Bitcoin Core settings
25
[bitcoind]
0 commit comments