bitcoin/doc/release-notes-28113.md
TheCharlatan 10eb3a9faa
kernel: Split ParseSighashString
This split is done in preparation for the next commit where the
dependency on UniValue in the kernel library is removed.
2023-07-25 17:40:02 +02:00

284 B

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.