Dismissing lightning hint when connection is setup

This commit is contained in:
rockstardev
2020-10-17 15:52:41 -05:00
parent ef99eeb300
commit be9cc41957

View File

@@ -137,6 +137,7 @@ namespace BTCPayServer.Controllers
case "save":
var storeBlob = store.GetStoreBlob();
storeBlob.SetExcluded(paymentMethodId, !vm.Enabled);
storeBlob.Hints.Lightning = false;
store.SetStoreBlob(storeBlob);
store.SetSupportedPaymentMethod(paymentMethodId, paymentMethod);
await _Repo.UpdateStore(store);