Skip to content

Commit

Permalink
merging
Browse files Browse the repository at this point in the history
  • Loading branch information
coranos committed Feb 27, 2024
1 parent f20aaf0 commit d97ce44
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions nano/node/node.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
#include <nano/node/node_observers.hpp>
#include <nano/node/nodeconfig.hpp>
#include <nano/node/online_reps.hpp>
#include <nano/node/optimistic_scheduler.hpp>
#include <nano/node/portmapping.hpp>
#include <nano/node/process_live_dispatcher.hpp>
#include <nano/node/repcrawler.hpp>
Expand Down Expand Up @@ -256,4 +255,4 @@ class inactive_node final
std::shared_ptr<nano::node> node;
};
std::unique_ptr<nano::inactive_node> default_inactive_node (std::filesystem::path const &, boost::program_options::variables_map const &);
}
}

0 comments on commit d97ce44

Please sign in to comment.