rpc: add getorphantxs

Adds an rpc to obtain data about the
transactions currently in the orphanage.
Hidden and marked as experimental
This commit is contained in:
tdb3
2024-09-18 12:29:32 -04:00
parent f511ff3654
commit 34a9c10e8c
3 changed files with 105 additions and 0 deletions

View File

@@ -143,6 +143,7 @@ const std::vector<std::string> RPC_COMMANDS_SAFE_FOR_FUZZING{
"getnetworkhashps",
"getnetworkinfo",
"getnodeaddresses",
"getorphantxs",
"getpeerinfo",
"getprioritisedtransactions",
"getrawaddrman",