With core lightning, getting payment by paymenthash wouldn't return the successful payment if the first one failed.

This commit is contained in:
nicolas.dorier
2023-04-07 15:54:56 +09:00
parent e239390ebf
commit 91faf5756d
2 changed files with 2 additions and 1 deletions

View File

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

View File

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