Skip to content

Commit

Permalink
net: move CNetAddr/CService/CSubNet out of netbase
Browse files Browse the repository at this point in the history
  • Loading branch information
theuni authored and Fuzzbawls committed Jun 13, 2020
1 parent 840d826 commit e5bea4b
Show file tree
Hide file tree
Showing 6 changed files with 891 additions and 864 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -478,6 +478,7 @@ set(COMMON_SOURCES
./src/invalid.cpp
./src/key.cpp
./src/keystore.cpp
./src/netaddress.cpp
./src/netbase.cpp
./src/protocol.cpp
./src/pubkey.cpp
Expand Down
2 changes: 2 additions & 0 deletions src/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,7 @@ BITCOIN_CORE_H = \
mruset.h \
netbase.h \
net.h \
netaddress.h \
noui.h \
policy/fees.h \
pow.h \
Expand Down Expand Up @@ -400,6 +401,7 @@ libbitcoin_common_a_SOURCES = \
invalid.cpp \
key.cpp \
keystore.cpp \
netaddress.cpp \
netbase.cpp \
protocol.cpp \
pubkey.cpp \
Expand Down
Loading

0 comments on commit e5bea4b

Please sign in to comment.