Expose cluster information via rpc

Co-authored-by: glozow <gloriajzhao@gmail.com>
This commit is contained in:
Suhas Daftuar
2023-04-19 17:12:04 -04:00
parent 72e74e0d42
commit 21693f031a
6 changed files with 171 additions and 1 deletions

View File

@@ -136,6 +136,8 @@ const std::vector<std::string> RPC_COMMANDS_SAFE_FOR_FUZZING{
"getmempoolancestors",
"getmempooldescendants",
"getmempoolentry",
"getmempoolfeeratediagram",
"getmempoolcluster",
"getmempoolinfo",
"getmininginfo",
"getnettotals",