diff options
author | TheCharlatan <seb.kung@gmail.com> | 2023-07-26 11:36:45 +0200 |
---|---|---|
committer | TheCharlatan <seb.kung@gmail.com> | 2023-07-27 09:16:11 +0200 |
commit | 0b47c1621524a96b79cbdc3c45ee5ad36e7ba541 (patch) | |
tree | b9872f726a5f0c718abb4dd0259e89e0de37bdf7 | |
parent | f033a981ed72ceab8133ccddc6d99cd0d4b2d707 (diff) |
doc: Correct release-notes for sighashtype exceptions
-rw-r--r-- | doc/release-notes-28113.md | 6 |
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. |