aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/build-unix.md2
-rw-r--r--doc/release-notes-28113.md7
2 files changed, 8 insertions, 1 deletions
diff --git a/doc/build-unix.md b/doc/build-unix.md
index 3633d4f811..848dd5f71a 100644
--- a/doc/build-unix.md
+++ b/doc/build-unix.md
@@ -132,7 +132,7 @@ ZMQ dependencies (provides ZMQ API):
User-Space, Statically Defined Tracing (USDT) dependencies:
- sudo dnf install systemtap
+ sudo dnf install systemtap-sdt-devel
GUI dependencies:
diff --git a/doc/release-notes-28113.md b/doc/release-notes-28113.md
new file mode 100644
index 0000000000..c9f418dbbb
--- /dev/null
+++ b/doc/release-notes-28113.md
@@ -0,0 +1,7 @@
+RPC Wallet
+----------
+
+- The `signrawtransactionwithkey`, `signrawtransactionwithwallet`,
+ `walletprocesspsbt` and `descriptorprocesspsbt` calls now return the more
+ specific RPC_INVALID_PARAMETER error instead of RPC_MISC_ERROR if their
+ sighashtype argument is malformed.