mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2026-01-31 11:54:24 +01:00
With core lightning, getting payment by paymenthash wouldn't return the successful payment if the first one failed.
This commit is contained in:
@@ -47,7 +47,7 @@
|
||||
<ItemGroup>
|
||||
<PackageReference Include="BIP78.Sender" Version="0.2.2" />
|
||||
<PackageReference Include="BTCPayServer.Hwi" Version="2.0.2" />
|
||||
<PackageReference Include="BTCPayServer.Lightning.All" Version="1.4.21" />
|
||||
<PackageReference Include="BTCPayServer.Lightning.All" Version="1.4.22" />
|
||||
<PackageReference Include="CsvHelper" Version="15.0.5" />
|
||||
<PackageReference Include="Dapper" Version="2.0.123" />
|
||||
<PackageReference Include="Fido2" Version="2.0.2" />
|
||||
|
||||
@@ -28,6 +28,7 @@ We introduce another flag, `--deprecated`, which allows you to start with SQLite
|
||||
|
||||
### Bug fixes
|
||||
|
||||
* With core lightning, getting payment by paymenthash wouldn't return the successful payment if the first one failed.
|
||||
* Do not propose Lightning payment if the LN Node is dead (#4795 #3541) @Kukks
|
||||
* Point of Sale: Fix escaped HTML entities in item title (#4798) @dennisreimann
|
||||
* Fix: Labels added by payouts to transactions shouldn't show HTML markups (#4790) @dennisreimann
|
||||
|
||||
Reference in New Issue
Block a user