@using BTCPayServer @using BTCPayServer.Lightning @using BTCPayServer.Plugins.MicroNode @using Microsoft.AspNetCore.Mvc.TagHelpers @model BTCPayServer.Plugins.MicroNode.MicroNodeSettings @inject MicroNodeService MicroNodeService @{ ViewData.SetActivePage("MicroNode ", "Configure Master", "ConfigureMaster"); var storeId = Context.GetCurrentStoreId(); }