aboutsummaryrefslogtreecommitdiff
path: root/tests/fuzz
diff options
context:
space:
mode:
authorj-berman <justinberman@protonmail.com>2026-03-17 19:39:13 -0700
committerj-berman <justinberman@protonmail.com>2026-04-04 15:02:49 -0700
commit7bc2d5a42e8462f2a04f71bd59111a863fa9a6d8 (patch)
tree90d8e4661f991777b4dedf996da8455bbbc2f6c9 /tests/fuzz
parent1df631970fa610824117c85e05afddcedcdf8196 (diff)
downloadmonzero-core-7bc2d5a42e8462f2a04f71bd59111a863fa9a6d8.tar.gz
monzero-core-7bc2d5a42e8462f2a04f71bd59111a863fa9a6d8.tar.xz
monzero-core-7bc2d5a42e8462f2a04f71bd59111a863fa9a6d8.zip
p2p: fix hanging shutdown
Diffstat (limited to 'tests/fuzz')
-rw-r--r--tests/fuzz/levin.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/fuzz/levin.cpp b/tests/fuzz/levin.cpp
index 4c30980e9..922c284e6 100644
--- a/tests/fuzz/levin.cpp
+++ b/tests/fuzz/levin.cpp
@@ -159,7 +159,7 @@ namespace
return m_send_return;
}
- virtual bool close() { return true; }
+ virtual bool close(const bool wait_for_shutdown) { return true; }
virtual bool send_done() { return true; }
virtual bool call_run_once_service_io() { return true; }
virtual bool request_callback() { return true; }