Remove useless code

This commit is contained in:
nicolas.dorier 2024-10-08 21:25:37 +09:00
parent c77c2f8bd6
commit 9b1052f023
No known key found for this signature in database
GPG key ID: 6618763EF09186FE

View file

@ -233,12 +233,6 @@ namespace BTCPayServer.Hosting
private async Task MigrateStoreExcludedPaymentMethods()
{
HashSet<string> oldPaymentIds = new()
{
"LightningLike",
"BTCLike",
"LNURLPAY"
};
await using var ctx = _DBContextFactory.CreateContext();
var stores = await ctx.Stores.ToArrayAsync();
foreach (var store in stores)