mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-01-19 06:43:45 +01:00
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.
This commit is contained in:
@@ -97,6 +97,7 @@ const std::vector<std::string> RPC_COMMANDS_SAFE_FOR_FUZZING{
|
||||
"decoderawtransaction",
|
||||
"decodescript",
|
||||
"deriveaddresses",
|
||||
"descriptorprocesspsbt",
|
||||
"disconnectnode",
|
||||
"echo",
|
||||
"echojson",
|
||||
|
||||
Reference in New Issue
Block a user