Skip to content

Commit

Permalink
add multi-index addrman as extra module - compiles
Browse files Browse the repository at this point in the history
  • Loading branch information
mzumsande committed Oct 31, 2021
1 parent ab25ef8 commit c079ee7
Show file tree
Hide file tree
Showing 4 changed files with 1,485 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,9 @@ endif
BITCOIN_CORE_H = \
addrdb.h \
addrman.h \
addrman_multi.h \
addrman_impl.h \
addrman_multi_impl.h \
attributes.h \
banman.h \
base58.h \
Expand Down Expand Up @@ -316,6 +318,7 @@ libbitcoin_server_a_CXXFLAGS = $(AM_CXXFLAGS) $(PIE_FLAGS)
libbitcoin_server_a_SOURCES = \
addrdb.cpp \
addrman.cpp \
addrman_multi.cpp \
banman.cpp \
blockencodings.cpp \
blockfilter.cpp \
Expand Down
Loading

0 comments on commit c079ee7

Please sign in to comment.