mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2025-02-20 13:34:37 +01:00
Remove useless code
This commit is contained in:
parent
c77c2f8bd6
commit
9b1052f023
1 changed files with 0 additions and 6 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue