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

@@ -6,5 +6,4 @@ public class StoreDashboardViewModel
public string StoreName { get; set; }
public bool WalletEnabled { get; set; }
public bool LightningEnabled { get; set; }
public bool AltcoinsBuild { get; set; }
}