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 2c89be6 commit f20aaf0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions nano/node/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -132,8 +132,6 @@ add_library(
openclconfig.cpp
openclwork.hpp
openclwork.cpp
optimistic_scheduler.cpp
optimistic_scheduler.hpp
peer_exclusion.hpp
peer_exclusion.cpp
portmapping.hpp
Expand Down Expand Up @@ -234,4 +232,4 @@ add_dependencies(node ipc_flatbuffers_lib)
include_directories(${CMAKE_SOURCE_DIR}/submodules)
include_directories(${CMAKE_SOURCE_DIR}/submodules/cpptoml/include)
include_directories(
${CMAKE_SOURCE_DIR}/submodules/nano-pow-server/deps/cpptoml/include)
${CMAKE_SOURCE_DIR}/submodules/nano-pow-server/deps/cpptoml/include)
2 changes: 1 addition & 1 deletion nano/node/active_transactions.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -835,4 +835,4 @@ std::unique_ptr<nano::container_info_component> nano::recently_cemented_cache::c
auto composite = std::make_unique<container_info_composite> (name);
composite->add_component (std::make_unique<container_info_leaf> (container_info{ "cemented", cemented.size (), sizeof (decltype (cemented)::value_type) }));
return composite;
}
}

0 comments on commit f20aaf0

Please sign in to comment.