dogecoin/doc/release-notes-15454.md
Andrew Chow 1bee1e6269 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.
2020-09-08 21:02:53 -04:00

473 B

Wallet

Bitcoin Core will no longer create an unnamed "" wallet by default when no wallet is specified on the command line or in the configuration files. For backwards compatibility, if an unnamed "" wallet already exists and would have been loaded previously, then it will still be loaded. Users without an unnamed "" wallet and without any other wallets to be loaded on startup will be prompted to either choose a wallet to load, or to create a new wallet.