mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2025-12-18 06:24:24 +01:00
Fix new store showing incorrectly being paired to internal node
This commit is contained in:
@@ -546,7 +546,7 @@ namespace BTCPayServer.Controllers
|
||||
vm.LightningNodes.Add(new StoreViewModel.LightningNode()
|
||||
{
|
||||
CryptoCode = paymentMethodId.CryptoCode,
|
||||
Address = lightning?.GetExternalLightningUrl()?.BaseUri.AbsoluteUri ?? "Internal node",
|
||||
Address = lightning?.GetDisplayableConnectionString(),
|
||||
Enabled = !excludeFilters.Match(paymentMethodId)
|
||||
});
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user