From 2162afc78ee7140204ca98726111ee43d58d7bbc Mon Sep 17 00:00:00 2001 From: "nicolas.dorier" Date: Fri, 7 Dec 2018 17:54:10 +0900 Subject: [PATCH] Lightning network warnings --- .../Views/Stores/AddLightningNode.cshtml | 20 ++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/BTCPayServer/Views/Stores/AddLightningNode.cshtml b/BTCPayServer/Views/Stores/AddLightningNode.cshtml index 8ff89300d..3437fd2c0 100644 --- a/BTCPayServer/Views/Stores/AddLightningNode.cshtml +++ b/BTCPayServer/Views/Stores/AddLightningNode.cshtml @@ -7,6 +7,24 @@

@ViewData["Title"]

+ +
@@ -54,7 +72,7 @@ - @if(Model.InternalLightningNode != null) + @if (Model.InternalLightningNode != null) {

You can use the internal lightning node by clicking here