Skip to content

Commit 21e5b96

Browse files
committed
net: move CNetAddr/CService/CSubNet out of netbase
1 parent 1017b8a commit 21e5b96

File tree

5 files changed

+890
-862
lines changed

5 files changed

+890
-862
lines changed

src/Makefile.am

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@ BITCOIN_CORE_H = \
106106
miner.h \
107107
net.h \
108108
netbase.h \
109+
netaddress.h \
109110
noui.h \
110111
policy/fees.h \
111112
policy/policy.h \
@@ -289,6 +290,7 @@ libbitcoin_common_a_SOURCES = \
289290
core_write.cpp \
290291
key.cpp \
291292
keystore.cpp \
293+
netaddress.cpp \
292294
netbase.cpp \
293295
protocol.cpp \
294296
scheduler.cpp \

0 commit comments

Comments
 (0)