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