mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-01-27 03:33:27 -03:00
10eb3a9faa
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.