mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-10 05:57:59 +01:00
kernel: Split ParseSighashString
This split is done in preparation for the next commit where the dependency on UniValue in the kernel library is removed.
This commit is contained in:
7
doc/release-notes-28113.md
Normal file
7
doc/release-notes-28113.md
Normal file
@@ -0,0 +1,7 @@
|
||||
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.
|
||||
Reference in New Issue
Block a user