Files
bitcoin/doc/release-notes-32845.md
pablomartin4btc c5c1960f93 doc: Add release notes for changes in RPCs
Adding notes for both `unloadwallet` and `getdescriptoractivity`.
2025-07-22 23:25:14 -03:00

431 B

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.