[rpc] add getprioritisedtransactions

This allows the user to see prioritisation for not-in-mempool
transactions.
This commit is contained in:
glozow
2023-04-16 12:23:05 +01:00
parent 9e9ca36c80
commit 99f8046829
3 changed files with 39 additions and 0 deletions

View File

@@ -134,6 +134,7 @@ const std::vector<std::string> RPC_COMMANDS_SAFE_FOR_FUZZING{
"getnetworkinfo",
"getnodeaddresses",
"getpeerinfo",
"getprioritisedtransactions",
"getrawmempool",
"getrawtransaction",
"getrpcinfo",