@using BTCPayServer.Abstractions.Extensions @using BTCPayServer.Views.Stores @using Microsoft.AspNetCore.Mvc.TagHelpers @model BTCPayServer.PayoutProcessors.Lightning.UILightningAutomatedPayoutProcessorsController.LightningTransferViewModel @{ ViewData["NavPartialName"] = "../UIStores/_Nav"; Layout = "../Shared/_NavLayout.cshtml"; ViewData.SetActivePage(StoreNavPages.PayoutProcessors, "Lightning Payout Processor", Context.GetStoreData().Id); }
Set a schedule for automated Lightning Network Payouts.
@if (!ViewContext.ModelState.IsValid) { }