Skip to content

Commit ba2edca

Browse files
committed
Merge bitcoin#25925: doc: add {import,list}descriptors to list of descriptor RPCs
6242314 doc: add `{import,list}descriptors` to list of descriptor RPCs (Sebastian Falbesoner) Pull request description: This PR adds the missing RPCs `importlistdescriptors` ([since v0.21](https://github.com/bitcoin/bitcoin/blob/1420547ec30a24fc82ba3ae5ac18374e8e5af5e5/doc/release-notes/release-notes-0.21.0.md?plain=1#L405)) and `listdescriptors` ([since v22](https://github.com/bitcoin/bitcoin/blob/1420547ec30a24fc82ba3ae5ac18374e8e5af5e5/doc/release-notes/release-notes-22.0.md?plain=1#L175)) to the list of RPCs supporting descriptors in descriptors.md. Also changes the description of `importmulti` slightly to point out that it only works for legacy wallets. ACKs for top commit: S3RK: ACK 6242314 achow101: ACK 6242314 aureleoules: ACK 6242314. brunoerg: ACK 6242314 Tree-SHA512: e8905c800b0c9a760e3380efebe2fb015c321a891dd4bf283039486d9d3b382b2c76901fcc8413acf435ed9832f76d9828efd70ba5ce62d4be65e87672bbd0a2
2 parents 6057e7e + 6242314 commit ba2edca

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

doc/descriptors.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,16 @@ Supporting RPCs are:
1111
addresses.
1212
- `listunspent` outputs a specialized descriptor for the reported unspent outputs.
1313
- `getaddressinfo` outputs a descriptor for solvable addresses (since v0.18).
14-
- `importmulti` takes as input descriptors to import into the wallet
14+
- `importmulti` takes as input descriptors to import into a legacy wallet
1515
(since v0.18).
1616
- `generatetodescriptor` takes as input a descriptor and generates coins to it
1717
(`regtest` only, since v0.19).
1818
- `utxoupdatepsbt` takes as input descriptors to add information to the psbt
1919
(since v0.19).
20-
- `createmultisig` and `addmultisigaddress` return descriptors as well (since v0.20)
20+
- `createmultisig` and `addmultisigaddress` return descriptors as well (since v0.20).
21+
- `importdescriptors` takes as input descriptors to import into a descriptor wallet
22+
(since v0.21).
23+
- `listdescriptors` outputs descriptors imported into a descriptor wallet (since v22).
2124

2225
This document describes the language. For the specifics on usage, see the RPC
2326
documentation for the functions mentioned above.

0 commit comments

Comments
 (0)