mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-10-10 19:43:13 +02:00
Do not create default wallet
No longer create a default wallet. The default wallet will still be loaded if it exists and not other wallets were specified (anywhere, including settings.json, bitcoin.conf, and command line). Tests are updated to be started with -wallet= if they need the default wallet. Added test to wallet_startup.py testing that no default wallet is created and that it is loaded if it exists and no other wallets were specified.
This commit is contained in:
@@ -31,7 +31,7 @@ class MempoolCompatibilityTest(BitcoinTestFramework):
|
||||
150200, # oldest version supported by the test framework
|
||||
None,
|
||||
])
|
||||
self.start_nodes()
|
||||
self.start_nodes([[], ["-wallet="]])
|
||||
self.import_deterministic_coinbase_privkeys()
|
||||
|
||||
def run_test(self):
|
||||
|
Reference in New Issue
Block a user