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

@@ -254,6 +254,8 @@ static const CRPCConvertParam vRPCConvertParams[] =
{ "keypoolrefill", 0, "newsize" },
{ "getrawmempool", 0, "verbose" },
{ "getrawmempool", 1, "mempool_sequence" },
{ "getorphantxs", 0, "verbosity" },
{ "getorphantxs", 0, "verbose" },
{ "estimatesmartfee", 0, "conf_target" },
{ "estimaterawfee", 0, "conf_target" },
{ "estimaterawfee", 1, "threshold" },