feat(ui): hardcode mainnet, remove network selector
Drop the mainnet/testnet/regtest ComboBox from the wizard and fix Net to always return NetKind.Mainnet. Core profiles and CLI --net flag are untouched; the wallet file still records the network name.
This commit is contained in:
@@ -341,7 +341,6 @@ public partial class MainWindowViewModel
|
||||
_walletLock?.Dispose();
|
||||
_walletLock = walletLock;
|
||||
|
||||
SelectedNetwork = doc.Network;
|
||||
_doc = doc;
|
||||
_account = account;
|
||||
_walletPath = path;
|
||||
|
||||
Reference in New Issue
Block a user