From 215a36e7a9b5de23e3ea44a58e4e6e7dc8d830ae Mon Sep 17 00:00:00 2001 From: "nicolas.dorier" Date: Tue, 30 May 2023 12:26:30 +0900 Subject: [PATCH] Fix: Some multi path payment on LND wouldn't be detected --- BTCPayServer/BTCPayServer.csproj | 2 +- Changelog.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/BTCPayServer/BTCPayServer.csproj b/BTCPayServer/BTCPayServer.csproj index 0dd53a9ab..347d60944 100644 --- a/BTCPayServer/BTCPayServer.csproj +++ b/BTCPayServer/BTCPayServer.csproj @@ -48,7 +48,7 @@ - + diff --git a/Changelog.md b/Changelog.md index 3e9f41d2e..b45500c7d 100644 --- a/Changelog.md +++ b/Changelog.md @@ -19,6 +19,7 @@ This data, generally used for debugging integrations, will be regularly purged. * Fix: When using LNbank, payments would sometimes not be detected by BTCPay Server (dennisreimann/btcpayserver-plugin-lnbank#33) @NicolasDorier * Fix: If a altcoins is disabled from BTCPay and payout processor is used, it would crash at restart (#4997) @NicolasDorier * Fix: When the default currency of the store is SATS, the display on the dashboard was broken (#4994) @dennisreimann +* Fix: When using a LND node, multi path payments with custom records would not be detected as valid payment @dennisreimann ### Improvements