mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-06-02 09:15:04 +02:00
refactor: add kernel/cs_main.*
Co-authored-by: Anthony Towns <aj@erisian.com.au>
This commit is contained in:
@@ -177,6 +177,7 @@ BITCOIN_CORE_H = \
|
||||
kernel/checks.h \
|
||||
kernel/coinstats.h \
|
||||
kernel/context.h \
|
||||
kernel/cs_main.h \
|
||||
kernel/mempool_entry.h \
|
||||
kernel/mempool_limits.h \
|
||||
kernel/mempool_options.h \
|
||||
@@ -375,6 +376,7 @@ libbitcoin_node_a_SOURCES = \
|
||||
kernel/checks.cpp \
|
||||
kernel/coinstats.cpp \
|
||||
kernel/context.cpp \
|
||||
kernel/cs_main.cpp \
|
||||
kernel/mempool_persist.cpp \
|
||||
mapport.cpp \
|
||||
net.cpp \
|
||||
@@ -906,6 +908,7 @@ libbitcoinkernel_la_SOURCES = \
|
||||
kernel/checks.cpp \
|
||||
kernel/coinstats.cpp \
|
||||
kernel/context.cpp \
|
||||
kernel/cs_main.cpp \
|
||||
kernel/mempool_persist.cpp \
|
||||
key.cpp \
|
||||
logging.cpp \
|
||||
|
||||
Reference in New Issue
Block a user