aboutsummaryrefslogtreecommitdiff
path: root/src/test/fuzz/rpc.cpp
diff options
context:
space:
mode:
authorstratospher <44024636+stratospher@users.noreply.github.com>2023-01-29 18:59:00 +0530
committerstratospher <44024636+stratospher@users.noreply.github.com>2023-09-19 16:02:55 +0530
commitc8eb8dae51039aa1938e7040001a149210e87275 (patch)
treed2507978bb9edcdcd488da73c7c82febdf7ab192 /src/test/fuzz/rpc.cpp
parent83719146047947e588aa0c7b5eee02f44884553d (diff)
downloadbitcoin-c8eb8dae51039aa1938e7040001a149210e87275.tar.xz
rpc: Introduce getaddrmaninfo for count of addresses stored in new/tried table
Diffstat (limited to 'src/test/fuzz/rpc.cpp')
-rw-r--r--src/test/fuzz/rpc.cpp1
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",