aboutsummaryrefslogtreecommitdiff
path: root/src/test/fuzz/rpc.cpp
diff options
context:
space:
mode:
authorishaanam <ishaana.misra@gmail.com>2022-08-03 19:32:59 -0400
committerishaanam <ishaana.misra@gmail.com>2023-05-04 13:06:39 -0400
commitfb2a3a70e860aa87fb7a21f6554ed9f3ce901e2d (patch)
treec5e5aeb0a13ee05b43cf60775d7bc4aefe50bce7 /src/test/fuzz/rpc.cpp
parent49d07ea9a1a251b44e849ebbaf91857cff0bd22a (diff)
downloadbitcoin-fb2a3a70e860aa87fb7a21f6554ed9f3ce901e2d.tar.xz
rpc: add descriptorprocesspsbt rpc
This RPC can be the Updater, Signer, and optionally the Input Finalizer for a psbt, and has no interaction with the Bitcoin Core wallet.
Diffstat (limited to 'src/test/fuzz/rpc.cpp')
-rw-r--r--src/test/fuzz/rpc.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/fuzz/rpc.cpp b/src/test/fuzz/rpc.cpp
index 1c6140c66a..ed0195c550 100644
--- a/src/test/fuzz/rpc.cpp
+++ b/src/test/fuzz/rpc.cpp
@@ -97,6 +97,7 @@ const std::vector<std::string> RPC_COMMANDS_SAFE_FOR_FUZZING{
"decoderawtransaction",
"decodescript",
"deriveaddresses",
+ "descriptorprocesspsbt",
"disconnectnode",
"echo",
"echojson",