Skip to content

Commit

Permalink
Update submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
dennisreimann committed Nov 12, 2024
1 parent b05b54d commit 64b46e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion submodules/btcpayserver
Submodule btcpayserver updated 27 files
+0 −3 BTCPayServer.Common/BTCPayServer.Common.csproj
+8 −1 BTCPayServer.Tests/FastTests.cs
+2 −4 BTCPayServer.Tests/GreenfieldAPITests.cs
+15 −3 BTCPayServer.Tests/UnitTest1.cs
+5 −0 BTCPayServer/ColorPalette.cs
+1 −0 BTCPayServer/Controllers/UILNURLController.cs
+1 −0 BTCPayServer/Controllers/UIStoresController.Users.cs
+2 −2 BTCPayServer/Data/Payouts/LightningLike/UILightningLikePayoutController.cs
+2 −1 BTCPayServer/Data/Payouts/PayoutBlob.cs
+2 −0 BTCPayServer/DerivationSchemeParser.cs
+1 −1 BTCPayServer/Events/UserRegisteredEvent.cs
+121 −0 BTCPayServer/Extensions/ColorExtensions.cs
+3 −1 BTCPayServer/HostedServices/PullPaymentHostedService.cs
+17 −17 BTCPayServer/Payments/Lightning/LightningPendingPayoutListener.cs
+72 −72 BTCPayServer/PayoutProcessors/Lightning/LightningAutomatedPayoutProcessor.cs
+2 −0 BTCPayServer/PayoutProcessors/OnChain/UIOnChainAutomatedPayoutProcessorsController.cs
+4 −2 BTCPayServer/Plugins/Crowdfund/CrowdfundPlugin.cs
+1 −1 BTCPayServer/Services/Invoices/InvoiceEntity.cs
+1 −1 BTCPayServer/Services/Invoices/InvoiceRepository.cs
+5 −5 BTCPayServer/Views/Shared/CameraScanner.cshtml
+19 −18 BTCPayServer/Views/Shared/LayoutHeadStoreBranding.cshtml
+2 −2 BTCPayServer/Views/Shared/ShowQR.cshtml
+2 −2 BTCPayServer/Views/UILightningLikePayout/LightningPayoutResult.cshtml
+1 −2 BTCPayServer/Views/UIWallets/WalletSend.cshtml
+4 −3 BTCPayServer/wwwroot/swagger/v1/swagger.template.invoices.json
+1 −1 Build/Version.csproj
+11 −0 Changelog.md

0 comments on commit 64b46e4

Please sign in to comment.