aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMeshCollider <dobsonsa68@gmail.com>2018-11-09 13:54:22 +1300
committerMeshCollider <dobsonsa68@gmail.com>2019-02-05 19:42:06 +1300
commitb985e9c850ea682eced7021faf6c7c835066c61b (patch)
tree88b717b4b99ed0abf0794eec66b29e24febd034d /doc
parentfbb5e935eaf17d603ec62e1a704a174235540b71 (diff)
downloadbitcoin-b985e9c850ea682eced7021faf6c7c835066c61b.tar.xz
Add release notes for importmulti descriptor support
Diffstat (limited to 'doc')
-rw-r--r--doc/release-notes-14491.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/release-notes-14491.md b/doc/release-notes-14491.md
new file mode 100644
index 0000000000..1cf36e85cf
--- /dev/null
+++ b/doc/release-notes-14491.md
@@ -0,0 +1,5 @@
+Descriptor import support
+---------------------
+
+The `importmulti` RPC now supports importing of addresses from descriptors. A "desc" parameter can be provided instead of the "scriptPubKey" in a request, as well as an optional range for ranged descriptors to specify the start and end of the range to import. More information about
+descriptors can be found [here](https://github.com/bitcoin/bitcoin/blob/master/doc/descriptors.md).