Add partial-block block encodings API

This commit is contained in:
Matt Corallo
2016-04-15 12:23:57 -07:00
committed by lateminer
parent 78b7288568
commit 1af775cf68
3 changed files with 365 additions and 0 deletions

View File

@@ -82,6 +82,7 @@ BITCOIN_CORE_H = \
bloom.h \
cashaddr.h \
cashaddrenc.h \
blockencodings.h \
chain.h \
chainparams.h \
chainparamsbase.h \
@@ -189,6 +190,7 @@ libbitcoin_server_a_CXXFLAGS = $(AM_CXXFLAGS) $(PIE_FLAGS)
libbitcoin_server_a_SOURCES = \
addrman.cpp \
bloom.cpp \
blockencodings.cpp \
chain.cpp \
checkpoints.cpp \
httprpc.cpp \