diff options
author | Anthony Towns <aj@erisian.com.au> | 2021-12-01 17:46:21 +1000 |
---|---|---|
committer | Anthony Towns <aj@erisian.com.au> | 2022-01-15 04:37:56 +1000 |
commit | fd826130a0a4e67fdc26f8064f4ecb4ff79b3333 (patch) | |
tree | 1791e3fcff6b81eae66b4048230c4f24cefedc09 /src/test/fuzz/rpc.cpp | |
parent | 7908772244b90884249da90e05f0044cc7d555dd (diff) |
rpc: move softfork info from getblockchaininfo to getdeploymentinfo
Diffstat (limited to 'src/test/fuzz/rpc.cpp')
-rw-r--r-- | src/test/fuzz/rpc.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/fuzz/rpc.cpp b/src/test/fuzz/rpc.cpp index b6ecf1c492..e1d371b7f8 100644 --- a/src/test/fuzz/rpc.cpp +++ b/src/test/fuzz/rpc.cpp @@ -120,6 +120,7 @@ const std::vector<std::string> RPC_COMMANDS_SAFE_FOR_FUZZING{ "getchaintips", "getchaintxstats", "getconnectioncount", + "getdeploymentinfo", "getdescriptorinfo", "getdifficulty", "getindexinfo", |