Skip to content

Commit

Permalink
NODE
Browse files Browse the repository at this point in the history
  • Loading branch information
pwojcikdev committed Mar 19, 2024
1 parent 2a5d046 commit eacf6d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nano/node/node.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1415,7 +1415,7 @@ nano::node_wrapper::node_wrapper (std::filesystem::path const & path_a, std::fil
auto & node_config = daemon_config.node;
node_config.peering_port = 24000;

node = std::make_shared<nano::node> (*io_context, path_a, node_config, work, node_flags_a);
node = std::make_shared<nano::node> (io_context, path_a, node_config, work, node_flags_a);
}

nano::node_wrapper::~node_wrapper ()
Expand Down

0 comments on commit eacf6d3

Please sign in to comment.