Fix: Some multi path payment on LND wouldn't be detected

This commit is contained in:
nicolas.dorier 2023-05-30 12:26:30 +09:00
parent 247f6b86a5
commit 215a36e7a9
No known key found for this signature in database
GPG Key ID: 6618763EF09186FE
2 changed files with 2 additions and 1 deletions

View File

@ -48,7 +48,7 @@
<PackageReference Include="YamlDotNet" Version="8.0.0" />
<PackageReference Include="BIP78.Sender" Version="0.2.2" />
<PackageReference Include="BTCPayServer.Hwi" Version="2.0.2" />
<PackageReference Include="BTCPayServer.Lightning.All" Version="1.4.25" />
<PackageReference Include="BTCPayServer.Lightning.All" Version="1.4.26" />
<PackageReference Include="CsvHelper" Version="15.0.5" />
<PackageReference Include="Dapper" Version="2.0.123" />
<PackageReference Include="Fido2" Version="2.0.2" />

View File

@ -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