config: default network to BitcoinPurple mainnet

Change get_selected_chain() fallback from BitcoinMainnet to BitcoinPurple
so the wallet starts on the BTCP network when no --<chain> flag is passed
This commit is contained in:
2026-04-29 14:56:21 +02:00
parent 7b39a89d1c
commit 8b8d958a45
+1 -1
View File
@@ -252,7 +252,7 @@ class SimpleConfig(Logger):
if selected_chains:
# note: if multiple are selected, we just pick one deterministically random
return selected_chains[0]
return constants.BitcoinMainnet
return constants.BitcoinPurple
def electrum_path(self):
path = self.electrum_path_root()