diff options
author | ishaanam <ishaana.misra@gmail.com> | 2022-08-03 19:32:59 -0400 |
---|---|---|
committer | ishaanam <ishaana.misra@gmail.com> | 2023-05-04 13:06:39 -0400 |
commit | fb2a3a70e860aa87fb7a21f6554ed9f3ce901e2d (patch) | |
tree | c5e5aeb0a13ee05b43cf60775d7bc4aefe50bce7 /src/test | |
parent | 49d07ea9a1a251b44e849ebbaf91857cff0bd22a (diff) |
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')
-rw-r--r-- | src/test/fuzz/rpc.cpp | 1 |
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", |