From 10eb3a9faa977371facacee937b2e6dc26f008e0 Mon Sep 17 00:00:00 2001 From: TheCharlatan Date: Fri, 21 Jul 2023 13:47:43 +0200 Subject: kernel: Split ParseSighashString This split is done in preparation for the next commit where the dependency on UniValue in the kernel library is removed. --- doc/release-notes-28113.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 doc/release-notes-28113.md (limited to 'doc') 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. -- cgit v1.2.3