Skip to content

Commit c5c1960

Browse files
doc: Add release notes for changes in RPCs
Adding notes for both `unloadwallet` and `getdescriptoractivity`.
1 parent 90fd5ac commit c5c1960

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

doc/release-notes-32845.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
Updated RPCs
2+
------------
3+
4+
- `unloadwallet` - Return RPC_INVALID_PARAMETER when both the RPC wallet endpoint
5+
and wallet_name parameters are unspecified. Previously the RPC failed with a JSON
6+
parsing error.
7+
- `getdescriptoractivity` - Mark blockhashes and scanobjects arguments as required,
8+
so the user receives a clear help message when either is missing. As in `unloadwallet`,
9+
previously the RPC failed with a JSON parsing error.

0 commit comments

Comments
 (0)