mirror of https://github.com/bitcoin/bitcoin
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
284 B
8 lines
284 B
1 year ago
|
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.
|