mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-01-19 06:43:45 +01:00
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,walletprocesspsbtanddescriptorprocesspsbtcalls now return more specific RPC_INVALID_PARAMETER instead of RPC_PARSE_ERROR if their sighashtype argument is malformed or not a string.