|
|
|
@ -166,7 +166,6 @@ BITCOIN_CORE_H = \
|
|
|
|
|
mapport.h \
|
|
|
|
|
memusage.h \
|
|
|
|
|
merkleblock.h \
|
|
|
|
|
node/miner.h \
|
|
|
|
|
net.h \
|
|
|
|
|
net_permissions.h \
|
|
|
|
|
net_processing.h \
|
|
|
|
@ -178,6 +177,7 @@ BITCOIN_CORE_H = \
|
|
|
|
|
node/coin.h \
|
|
|
|
|
node/coinstats.h \
|
|
|
|
|
node/context.h \
|
|
|
|
|
node/miner.h \
|
|
|
|
|
node/minisketchwrapper.h \
|
|
|
|
|
node/psbt.h \
|
|
|
|
|
node/transaction.h \
|
|
|
|
@ -334,7 +334,6 @@ libbitcoin_server_a_SOURCES = \
|
|
|
|
|
index/txindex.cpp \
|
|
|
|
|
init.cpp \
|
|
|
|
|
mapport.cpp \
|
|
|
|
|
node/miner.cpp \
|
|
|
|
|
net.cpp \
|
|
|
|
|
net_processing.cpp \
|
|
|
|
|
node/blockstorage.cpp \
|
|
|
|
@ -342,6 +341,7 @@ libbitcoin_server_a_SOURCES = \
|
|
|
|
|
node/coinstats.cpp \
|
|
|
|
|
node/context.cpp \
|
|
|
|
|
node/interfaces.cpp \
|
|
|
|
|
node/miner.cpp \
|
|
|
|
|
node/minisketchwrapper.cpp \
|
|
|
|
|
node/psbt.cpp \
|
|
|
|
|
node/transaction.cpp \
|
|
|
|
|