rpc: add getchainstates

Co-authored-by: Ryan Ofsky <ryan@ofsky.org>
This commit is contained in:
James O'Beirne
2019-03-29 17:55:08 -04:00
committed by James O'Beirne
parent bb05857794
commit 0f64bac603
3 changed files with 77 additions and 0 deletions

View File

@@ -123,6 +123,7 @@ const std::vector<std::string> RPC_COMMANDS_SAFE_FOR_FUZZING{
"getblockstats",
"getblocktemplate",
"getchaintips",
"getchainstates",
"getchaintxstats",
"getconnectioncount",
"getdeploymentinfo",