mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-04-04 04:45:10 +02:00
refactor: Move port mapping code to its own module
This commit does not change behavior.
This commit is contained in:
@@ -152,6 +152,7 @@ BITCOIN_CORE_H = \
|
||||
key_io.h \
|
||||
logging.h \
|
||||
logging/timer.h \
|
||||
mapport.h \
|
||||
memusage.h \
|
||||
merkleblock.h \
|
||||
miner.h \
|
||||
@@ -299,6 +300,7 @@ libbitcoin_server_a_SOURCES = \
|
||||
index/blockfilterindex.cpp \
|
||||
index/txindex.cpp \
|
||||
init.cpp \
|
||||
mapport.cpp \
|
||||
miner.cpp \
|
||||
net.cpp \
|
||||
net_processing.cpp \
|
||||
|
||||
Reference in New Issue
Block a user