aboutsummaryrefslogtreecommitdiff
path: root/doc/release-notes-28113.md
diff options
context:
space:
mode:
authorTheCharlatan <seb.kung@gmail.com>2023-07-21 13:47:43 +0200
committerTheCharlatan <seb.kung@gmail.com>2023-07-25 17:40:02 +0200
commit10eb3a9faa977371facacee937b2e6dc26f008e0 (patch)
tree1859279e30a7692bcb24f23ddca58b923c791ced /doc/release-notes-28113.md
parent4a1aae67498ff8e9aa7ce97fef70b973c604f892 (diff)
kernel: Split ParseSighashString
This split is done in preparation for the next commit where the dependency on UniValue in the kernel library is removed.
Diffstat (limited to 'doc/release-notes-28113.md')
-rw-r--r--doc/release-notes-28113.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/release-notes-28113.md b/doc/release-notes-28113.md
new file mode 100644
index 0000000000..c1a3a07b17
--- /dev/null
+++ b/doc/release-notes-28113.md
@@ -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.