Skip to content

Commit

Permalink
Merge pull request libbitcoin#446 from evoskuil/master
Browse files Browse the repository at this point in the history
New methods add/remove for dynamic threadpool, incr thr safety.
  • Loading branch information
evoskuil authored Dec 16, 2024
2 parents f9f0e03 + 5351b5c commit 52ce3df
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion test/sessions/session_seed.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -452,7 +452,7 @@ BOOST_AUTO_TEST_CASE(session_seed__stop__started_sufficient__expected)
session->stop();
});

// This is a reace between success and seeding_unsuccessful.
// This is a race between success and seeding_unsuccessful.
// This tends toward success with HAVE_LOGGING and otherwise without.
const auto ec = started.get_future().get();
BOOST_REQUIRE(ec == error::success || ec == error::seeding_unsuccessful);
Expand Down
2 changes: 0 additions & 2 deletions test/test.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,8 @@

#include <boost/test/unit_test.hpp>

#include <array>
#include <filesystem>
#include <iostream>
#include <vector>
#include <bitcoin/system.hpp>
#include <bitcoin/network.hpp>

Expand Down

0 comments on commit 52ce3df

Please sign in to comment.