From 9a44101a2e87fb5e45bb3e7f75839b646f162ff2 Mon Sep 17 00:00:00 2001 From: positiveblue Date: Fri, 7 Jul 2023 11:12:23 -0700 Subject: [PATCH] config: passphrase placeholder Use spaces to separate the passphrase placeholder instead of confusing users with using `-` as a separator. --- sample-conf.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sample-conf.yaml b/sample-conf.yaml index b01bca6..704e919 100644 --- a/sample-conf.yaml +++ b/sample-conf.yaml @@ -39,7 +39,7 @@ authenticator: network: "simnet" # The LNC connection passphrase. - passphrase: "my-own-passphrase" + passphrase: "your pairing phrase" # The host:port of the mailbox server to be used. mailboxaddress: "mailbox.terminal.lightning.today:443"