Change default network from BitcoinMainnet to PalladiumMainnet

This commit is contained in:
2025-11-20 15:51:21 +01:00
parent 18a3068ff0
commit 234e423ebb

View File

@@ -301,4 +301,4 @@ assert len(NETS_LIST) == len(set([chain.cli_flag() for chain in NETS_LIST])), "c
assert len(NETS_LIST) == len(set([chain.config_key() for chain in NETS_LIST])), "config_key must be unique for each concrete AbstractNet"
# don't import net directly, import the module instead (so that net is singleton)
net = BitcoinMainnet # type: Type[AbstractNet]
net = PalladiumMainnet # type: Type[AbstractNet]