aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/release-notes-28113.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/release-notes-28113.md b/doc/release-notes-28113.md
index c1a3a07b17..c9f418dbbb 100644
--- a/doc/release-notes-28113.md
+++ b/doc/release-notes-28113.md
@@ -2,6 +2,6 @@ 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.
+ `walletprocesspsbt` and `descriptorprocesspsbt` calls now return the more
+ specific RPC_INVALID_PARAMETER error instead of RPC_MISC_ERROR if their
+ sighashtype argument is malformed.