diff --git a/BTCPayServer/BTCPayServer.csproj b/BTCPayServer/BTCPayServer.csproj index 71a389e8b..db832f04b 100644 --- a/BTCPayServer/BTCPayServer.csproj +++ b/BTCPayServer/BTCPayServer.csproj @@ -47,7 +47,7 @@ - + diff --git a/Changelog.md b/Changelog.md index c9a9c9a33..d4d230b89 100644 --- a/Changelog.md +++ b/Changelog.md @@ -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