0
0
Fork 0
mirror of https://github.com/bitcoin/bitcoin.git synced 2025-02-05 10:17:30 -05:00
bitcoin-bitcoin-core/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.