Remove obsolete store hints

This commit is contained in:
Dennis Reimann
2022-01-20 17:39:23 +01:00
parent c2fc099439
commit 10adb23e71
5 changed files with 0 additions and 29 deletions

View File

@@ -158,11 +158,7 @@ namespace BTCPayServer.Controllers
switch (command)
{
case "save":
var storeBlob = store.GetStoreBlob();
storeBlob.Hints.Lightning = false;
var lnurl = new PaymentMethodId(vm.CryptoCode, PaymentTypes.LNURLPay);
store.SetStoreBlob(storeBlob);
store.SetSupportedPaymentMethod(paymentMethodId, paymentMethod);
store.SetSupportedPaymentMethod(lnurl, new LNURLPaySupportedPaymentMethod()
{