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:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user