diff options
author | stratospher <44024636+stratospher@users.noreply.github.com> | 2023-01-29 18:59:00 +0530 |
---|---|---|
committer | stratospher <44024636+stratospher@users.noreply.github.com> | 2023-09-19 16:02:55 +0530 |
commit | c8eb8dae51039aa1938e7040001a149210e87275 (patch) | |
tree | d2507978bb9edcdcd488da73c7c82febdf7ab192 /src/test | |
parent | 83719146047947e588aa0c7b5eee02f44884553d (diff) |
rpc: Introduce getaddrmaninfo for count of addresses stored in new/tried table
Diffstat (limited to 'src/test')
-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 24ec0e4a73..543c9933bb 100644 --- a/src/test/fuzz/rpc.cpp +++ b/src/test/fuzz/rpc.cpp @@ -110,6 +110,7 @@ const std::vector<std::string> RPC_COMMANDS_SAFE_FOR_FUZZING{ "generate", "generateblock", "getaddednodeinfo", + "getaddrmaninfo", "getbestblockhash", "getblock", "getblockchaininfo", |