[net] Move ConnectionType to its own file

This commit is contained in:
Cory Fields
2021-12-01 19:11:37 +00:00
committed by dergoegge
parent a3c2707039
commit c741d748d4
5 changed files with 111 additions and 92 deletions

View File

@@ -139,6 +139,7 @@ BITCOIN_CORE_H = \
compat/cpuid.h \
compat/endian.h \
compressor.h \
node/connection_types.h \
consensus/consensus.h \
consensus/tx_check.h \
consensus/tx_verify.h \
@@ -368,6 +369,7 @@ libbitcoin_node_a_SOURCES = \
node/caches.cpp \
node/chainstate.cpp \
node/coin.cpp \
node/connection_types.cpp \
node/context.cpp \
node/interfaces.cpp \
node/miner.cpp \