From 7bc2d5a42e8462f2a04f71bd59111a863fa9a6d8 Mon Sep 17 00:00:00 2001 From: j-berman Date: Tue, 17 Mar 2026 19:39:13 -0700 Subject: p2p: fix hanging shutdown --- tests/unit_tests/levin.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/unit_tests/levin.cpp') diff --git a/tests/unit_tests/levin.cpp b/tests/unit_tests/levin.cpp index 25b67907f..1a734181b 100644 --- a/tests/unit_tests/levin.cpp +++ b/tests/unit_tests/levin.cpp @@ -63,7 +63,7 @@ namespace return true; } - virtual bool close() override final + virtual bool close(const bool wait_for_shutdown) override final { return true; } -- cgit v1.2.3