Move block_deserializer to transport namespace

This commit is contained in:
Piotr Wójcik 2024-10-29 14:12:41 +01:00
commit 81967f7945
3 changed files with 3 additions and 3 deletions

View file

@ -24,8 +24,6 @@ add_library(
blockprocessor.cpp
bootstrap_weights_beta.hpp
bootstrap_weights_live.hpp
bootstrap/block_deserializer.hpp
bootstrap/block_deserializer.cpp
bootstrap/bootstrap_config.hpp
bootstrap/bootstrap_config.cpp
bootstrap/bootstrap_server.hpp
@ -145,6 +143,8 @@ add_library(
scheduler/priority.cpp
telemetry.hpp
telemetry.cpp
transport/block_deserializer.hpp
transport/block_deserializer.cpp
transport/channel.hpp
transport/channel.cpp
transport/tcp_channel.hpp

View file

@ -1,6 +1,6 @@
#include <nano/lib/blocks.hpp>
#include <nano/lib/stream.hpp>
#include <nano/node/bootstrap/block_deserializer.hpp>
#include <nano/node/transport/block_deserializer.hpp>
#include <nano/node/transport/tcp_socket.hpp>
nano::bootstrap::block_deserializer::block_deserializer () :