aboutsummaryrefslogtreecommitdiff
path: root/doc/release-notes-28113.md
diff options
context:
space:
mode:
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.