From a39cc16b434de7f2d1a7098e4526b7d3e82930be Mon Sep 17 00:00:00 2001 From: Ava Chow Date: Thu, 24 Jul 2025 14:04:39 -0700 Subject: [PATCH] doc: Release note for addhdkey --- doc/release-notes-29136.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 doc/release-notes-29136.md diff --git a/doc/release-notes-29136.md b/doc/release-notes-29136.md new file mode 100644 index 00000000000..af074a0b30a --- /dev/null +++ b/doc/release-notes-29136.md @@ -0,0 +1,6 @@ +Wallet +------ +- A new RPC `addhdkey` is added which allows a BIP 32 extended key to be added to the wallet without + needing to import it as part of a separate descriptor. This key will not be used to produce any + output scripts unless it is explicitly imported as part of a separate descriptor independent of + the `addhdkey` RPC.