aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorBitcoin Hodler <bitcoinhodler@safe-mail.net>2022-10-30 15:14:45 +0000
committerBitcoin Hodler <bitcoinhodler@safe-mail.net>2022-10-30 18:11:45 +0000
commit0f38524c31da4cf69d8e904569fe56292e4325b9 (patch)
treee7830a2180859b1dc6de0b67c3870f64efd34a7a /doc
parent4f270d2b63913b86c4366756031c5003837075d6 (diff)
downloadbitcoin-0f38524c31da4cf69d8e904569fe56292e4325b9.tar.xz
doc: correct deriveaddresses RPC name
Diffstat (limited to 'doc')
-rw-r--r--doc/descriptors.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/descriptors.md b/doc/descriptors.md
index de92e3dbcf..1baf652f30 100644
--- a/doc/descriptors.md
+++ b/doc/descriptors.md
@@ -266,6 +266,6 @@ ones. For larger numbers of errors, or other types of errors, there is a
roughly 1 in a trillion chance of not detecting the errors.
All RPCs in Bitcoin Core will include the checksum in their output. Only
-certain RPCs require checksums on input, including `deriveaddress` and
+certain RPCs require checksums on input, including `deriveaddresses` and
`importmulti`. The checksum for a descriptor without one can be computed
using the `getdescriptorinfo` RPC.