nft/importprivkeys_rpc_proposal.md
With descriptor wallets now the default in Bitcoin Core, users can no longer use importprivkey
to import raw WIF keys. Instead, they must manually construct descriptors and call importdescriptors
. While this is technically correct and explicit, it poses challenges for users who:
- are migrating from legacy wallets or paper wallets,