diff options
| author | tobtoht <tob@featherwallet.org> | 2026-04-07 09:02:08 +0000 |
|---|---|---|
| committer | tobtoht <tob@featherwallet.org> | 2026-04-07 09:02:08 +0000 |
| commit | ce92fc107347bcf129463ec464647fdcfbca72bd (patch) | |
| tree | a2c3bbf9c68ccdbacf415c36f052ce145820600a /tests/fuzz | |
| parent | cbbd9581ad4b7fdf8905ab55e4e93833a0890a28 (diff) | |
| parent | 7bc2d5a42e8462f2a04f71bd59111a863fa9a6d8 (diff) | |
| download | monzero-core-ce92fc107347bcf129463ec464647fdcfbca72bd.tar.gz monzero-core-ce92fc107347bcf129463ec464647fdcfbca72bd.tar.xz monzero-core-ce92fc107347bcf129463ec464647fdcfbca72bd.zip | |
Merge pull request #10401
7bc2d5a p2p: fix hanging shutdown (j-berman)
Diffstat (limited to 'tests/fuzz')
| -rw-r--r-- | tests/fuzz/levin.cpp | 2 |
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; } |
