Skip to content

Commit

Permalink
fix format and add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
dsiganos committed Jan 19, 2024
1 parent 1073f89 commit 6e09c5f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion nano/core_test/bootstrap.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -284,9 +284,10 @@ TEST (bootstrap_processor, process_none)
{
nano::test::system system (1);
auto node0 = system.nodes[0];
// create a node manually so that it is not connected to the other node automatically
auto node1 = std::make_shared<nano::node> (system.io_ctx, 0, nano::unique_path (), system.logging, system.work);
ASSERT_FALSE (node1->init_error ());
node1->start();
node1->start ();

bool done = false;
node0->observers.socket_accepted.add ([&] (nano::transport::socket & socket) {
Expand Down

0 comments on commit 6e09c5f

Please sign in to comment.