From c5c1960f9350d6315cadbdc95fface5f85f25806 Mon Sep 17 00:00:00 2001 From: pablomartin4btc Date: Tue, 22 Jul 2025 13:43:12 -0300 Subject: [PATCH] doc: Add release notes for changes in RPCs Adding notes for both `unloadwallet` and `getdescriptoractivity`. --- doc/release-notes-32845.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 doc/release-notes-32845.md diff --git a/doc/release-notes-32845.md b/doc/release-notes-32845.md new file mode 100644 index 00000000000..4730f29dea8 --- /dev/null +++ b/doc/release-notes-32845.md @@ -0,0 +1,9 @@ +Updated RPCs +------------ + +- `unloadwallet` - Return RPC_INVALID_PARAMETER when both the RPC wallet endpoint +and wallet_name parameters are unspecified. Previously the RPC failed with a JSON +parsing error. +- `getdescriptoractivity` - Mark blockhashes and scanobjects arguments as required, +so the user receives a clear help message when either is missing. As in `unloadwallet`, +previously the RPC failed with a JSON parsing error.