Pol Espinasa
19/03/2026 10:45
## Revisamos PR #34861
wallet: Add importdescriptors interface
Link: https://github.com/bitcoin/bitcoin/pull/34861
wallet: Add importdescriptors interface
Link: https://github.com/bitcoin/bitcoin/pull/34861

wallet: Add importdescriptors interface by polespinasa · Pull Requ...
This PR adds an interface for importing descriptors.
The motivation behind this is that currently, importing descriptors is only possible via RPC. Bitcoin Core GUI doesn't use the RPC inter...