What changed, and why it matters
This commit reverts a planned removal of LNDHub support by updating a single Lightning library version and editing the changelog. It is a feature restoration, not a security fix. There is no evidence in the commit of any vulnerability, exploit, or security-relevant change.
No security action required. Treat as a normal dependency/version bump and changelog correction.
Security signals we found
No strong security signals were identified.
Evidence from the diff
The diff bumps the BTCPayServer.Lightning.All NuGet package from 1.7.2 to 1.7.3 and removes ‘LNDHub’ from the list of backends no longer supported in the changelog. No code changes are present in the diff, and no security-related content is described in the commit message or title.
Changed components
BTCPayServer/BTCPayServer.csprojChangelog.mdInspect captured patch +2 / −2
diff --git a/BTCPayServer/BTCPayServer.csproj b/BTCPayServer/BTCPayServer.csproj
index d7149c5..650b579 100644
--- a/BTCPayServer/BTCPayServer.csproj
+++ b/BTCPayServer/BTCPayServer.csproj
@@ -38,7 +38,7 @@
<PackageReference Include="YamlDotNet" Version="16.3.0" />
<PackageReference Include="BIP78.Sender" Version="0.2.5" />
<PackageReference Include="BTCPayServer.Hwi" Version="2.0.6" />
- <PackageReference Include="BTCPayServer.Lightning.All" Version="1.7.2" />
+ <PackageReference Include="BTCPayServer.Lightning.All" Version="1.7.3" />
<PackageReference Include="CsvHelper" Version="33.1.0" />
<PackageReference Include="Fido2" Version="4.0.1" />
<PackageReference Include="Fido2.AspNet" Version="4.0.1" />
diff --git a/Changelog.md b/Changelog.md
index 5886225..1823670 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -4,7 +4,7 @@
### Breaking changes
-* LNDHub, LNBank and Lightning Charge backends are no longer supported.
+* LNBank and Lightning Charge backends are no longer supported.
* If you use Boltcards Extension or Shopify v2 plugins, you will need to upgrade to the latest version of the plugin.
### New features
Why this scored 16/100
Community notes
Notes can correct, qualify, or add evidence to the AI analysis. Every note shown here has been validated by a human moderator.
The AI analysis stands alone for now. Submit a note if you can add evidence or important context.