net: move CNetAddr/CService/CSubNet out of netbase

This commit is contained in:
Cory Fields
2016-05-31 17:25:03 -04:00
committed by lateminer
parent 7efc89cd18
commit 116718f5d5
5 changed files with 893 additions and 822 deletions

View File

@@ -120,6 +120,7 @@ BITCOIN_CORE_H = \
miner.h \
net.h \
netbase.h \
netaddress.h \
noui.h \
policy/fees.h \
policy/policy.h \
@@ -324,6 +325,7 @@ libbitcoin_common_a_SOURCES = \
dstencode.cpp \
key.cpp \
keystore.cpp \
netaddress.cpp \
netbase.cpp \
primitives/block.cpp \
primitives/transaction.cpp \