Skip to content

Commit 7bc0120

Browse files
committed
Fix comment in the configuration file
1 parent aa930a3 commit 7bc0120

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ldk-server/ldk-server-config.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ file_path = "/tmp/ldk-server/ldk-server.log" # Log file path
1919
#key_path = "/path/to/tls.key" # Path to TLS private key, by default uses dir_path/tls.key
2020
hosts = ["example.com"] # Allowed hosts for TLS, will always include "localhost" and "127.0.0.1"
2121

22-
# Must set either bitcoind or esplora settings, but not both
22+
# Must set one of bitcoind, electrum, or esplora
2323

2424
# Bitcoin Core settings
2525
[bitcoind]

0 commit comments

Comments
 (0)