aboutsummaryrefslogtreecommitdiff
path: root/doc/release-notes-26076.md
diff options
context:
space:
mode:
Diffstat (limited to 'doc/release-notes-26076.md')
-rw-r--r--doc/release-notes-26076.md13
1 files changed, 0 insertions, 13 deletions
diff --git a/doc/release-notes-26076.md b/doc/release-notes-26076.md
deleted file mode 100644
index f95e4be0e3..0000000000
--- a/doc/release-notes-26076.md
+++ /dev/null
@@ -1,13 +0,0 @@
-RPC
----
-
-- The `listdescriptors`, `decodepsbt` and similar RPC methods now show `h` rather than apostrophe (`'`) to indicate
- hardened derivation. This does not apply when using the `private` parameter, which
- matches the marker used when descriptor was generated or imported. Newly created
- wallets use `h`. This change makes it easier to handle descriptor strings manually.
- E.g. the `importdescriptors` RPC call is easiest to use `h` as the marker: `'["desc": ".../0h/..."]'`.
- With this change `listdescriptors` will use `h`, so you can copy-paste the result,
- without having to add escape characters or switch `'` to 'h' manually.
- Note that this changes the descriptor checksum.
- For legacy wallets the `hdkeypath` field in `getaddressinfo` is unchanged,
- nor is the serialization format of wallet dumps. (#26076)