mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-02-03 09:56:38 -05: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.
|