mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-08-27 18:01:39 +02:00
10 lines
431 B
Markdown
10 lines
431 B
Markdown
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.
|