mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2025-12-18 06:24:24 +01:00
Setup guide: Link wallet setup always to BTC (#3442)
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user