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/unit_tests/levin.cpp | |
| 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/unit_tests/levin.cpp')
| -rw-r--r-- | tests/unit_tests/levin.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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; } |
