mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-01-28 12:07:32 -03:00
8 lines
284 B
Markdown
8 lines
284 B
Markdown
|
RPC Wallet
|
||
|
----------
|
||
|
|
||
|
- The `signrawtransactionwithkey`, `signrawtransactionwithwallet`,
|
||
|
`walletprocesspsbt` and `descriptorprocesspsbt` calls now return more
|
||
|
specific RPC_INVALID_PARAMETER instead of RPC_PARSE_ERROR if their
|
||
|
sighashtype argument is malformed or not a string.
|