Files
bitcoin/src/wallet/test
David Gumberg f713fd1725 refactor: wallet: Don't reuse WALLET_BLANK flag for born-encrypted wallets.
With the split between LoadWallet and CreateNew, it's no longer
necessary to utilize the blank flag to prevent the wallet from having
descriptors automatically being generated. Instead, CreateNew can take a
separate parameter to indicate whether the wallet is to be born
encrypted and therefore should not have any keys generated.
2026-04-29 14:15:16 -07:00
..