From 0f38524c31da4cf69d8e904569fe56292e4325b9 Mon Sep 17 00:00:00 2001 From: Bitcoin Hodler Date: Sun, 30 Oct 2022 15:14:45 +0000 Subject: [PATCH] doc: correct deriveaddresses RPC name --- doc/descriptors.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/descriptors.md b/doc/descriptors.md index de92e3dbcfe..1baf652f308 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.