mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-02-12 11:19:08 -05:00
![TheCharlatan](/assets/img/avatar_default.png)
This split is done in preparation for the next commit where the dependency on UniValue in the kernel library is removed.
284 B
284 B
RPC Wallet
- The
signrawtransactionwithkey
,signrawtransactionwithwallet
,walletprocesspsbt
anddescriptorprocesspsbt
calls now return more specific RPC_INVALID_PARAMETER instead of RPC_PARSE_ERROR if their sighashtype argument is malformed or not a string.