MOVEONLY: tx functions to consensus/tx_verify.o

Functions related to transaction verification.
This commit is contained in:
Jorge Timón
2016-07-11 16:34:21 +02:00
parent 8c28670e92
commit 618d07faa2
13 changed files with 336 additions and 297 deletions

View File

@@ -95,6 +95,7 @@ BITCOIN_CORE_H = \
compat/sanity.h \
compressor.h \
consensus/consensus.h \
consensus/tx_verify.h \
core_io.h \
core_memusage.h \
cuckoocache.h \
@@ -183,6 +184,7 @@ libbitcoin_server_a_SOURCES = \
blockencodings.cpp \
chain.cpp \
checkpoints.cpp \
consensus/tx_verify.cpp \
httprpc.cpp \
httpserver.cpp \
init.cpp \