@using BTCPayServer.Abstractions.Extensions @model BTCPayServer.PayoutProcessors.Lightning.UILightningAutomatedPayoutProcessorsController.LightningTransferViewModel @{ ViewData["NavPartialName"] = "../UIStores/_Nav"; Layout = "../Shared/_NavLayout.cshtml"; ViewData.SetActivePage("PayoutProcessors", "Lightning Payout Processor", Context.GetStoreData().Id); }

@ViewData["Title"]

Set a schedule for automated Lightning Network Payouts.

@if (!ViewContext.ModelState.IsValid) {
}
minutes
@section PageFootContent { }