mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2024-11-19 09:54:30 +01:00
Fix: Some multi path payment on LND wouldn't be detected
This commit is contained in:
parent
247f6b86a5
commit
215a36e7a9
@ -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" />
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user