Setup guide: Link wallet setup always to BTC (#3442)

This commit is contained in:
d11n
2022-02-10 04:17:15 +01:00
committed by GitHub
parent 699231fd92
commit 99c4ebe046
4 changed files with 20 additions and 48 deletions

View File

@@ -151,9 +151,6 @@ namespace BTCPayServer.Controllers
var vm = new StoreDashboardViewModel
{
#if ALTCOINS
AltcoinsBuild = true,
#endif
WalletEnabled = derivationSchemes.Any(scheme => !string.IsNullOrEmpty(scheme.Value) && scheme.Enabled),
LightningEnabled = lightningNodes.Any(ln => !string.IsNullOrEmpty(ln.Address) && ln.Enabled),
StoreId = CurrentStore.Id,