aboutsummaryrefslogtreecommitdiff
path: root/doc/descriptors.md
diff options
context:
space:
mode:
authorAndrew Chow <achow101-github@achow101.com>2019-03-25 17:00:00 -0400
committerAndrew Chow <achow101-github@achow101.com>2020-01-30 23:55:36 -0500
commit19a354b11f85a3c6c81ff83bf702bf7a40cf5046 (patch)
tree92498c0bc6745e0eb18f2b41cbc5f7f0256f737a /doc/descriptors.md
parent3e1bf71064ccb98d0684753e844c80d6da421287 (diff)
downloadbitcoin-19a354b11f85a3c6c81ff83bf702bf7a40cf5046.tar.xz
Output a descriptor in createmultisig and addmultisigaddress
Diffstat (limited to 'doc/descriptors.md')
-rw-r--r--doc/descriptors.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/descriptors.md b/doc/descriptors.md
index e31665b129..181ff77e50 100644
--- a/doc/descriptors.md
+++ b/doc/descriptors.md
@@ -17,6 +17,7 @@ Supporting RPCs are:
(`regtest` only, since v0.19).
- `utxoupdatepsbt` takes as input descriptors to add information to the psbt
(since v0.19).
+- `createmultisig` and `addmultisigaddress` return descriptors as well (since v0.20)
This document describes the language. For the specifics on usage, see the RPC
documentation for the functions mentioned above.