From 631c878722d544e5740cbae9c8596ec3721e830b Mon Sep 17 00:00:00 2001 From: Cryptcoin Junkey <16408160+cryptcoin-junkey@users.noreply.github.com> Date: Fri, 19 Jul 2019 16:47:52 +0900 Subject: [PATCH] Fix typo. (#928) --- BTCPayServer/Views/Stores/AddLightningNode.cshtml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/BTCPayServer/Views/Stores/AddLightningNode.cshtml b/BTCPayServer/Views/Stores/AddLightningNode.cshtml index 39bfd160d..ea4f0a2f9 100644 --- a/BTCPayServer/Views/Stores/AddLightningNode.cshtml +++ b/BTCPayServer/Views/Stores/AddLightningNode.cshtml @@ -67,8 +67,8 @@

Note that the certthumbprint to connect to your LND node can be obtained through this command line:

openssl x509 -noout -fingerprint -sha256 -inform pem -in /root/.lnd/tls.cert

-

You can omit certthumprint if you the certificate is trusted by your machine

-

You can set allowinsecure to true if your LND REST server is using HTTP or HTTPS with an untrusted certificate which you don't know the certthumprint

+

You can omit certthumbprint if you the certificate is trusted by your machine

+

You can set allowinsecure to true if your LND REST server is using HTTP or HTTPS with an untrusted certificate which you don't know the certthumbprint