Skip to content

Commit 1cd3943

Browse files
committed
[Miner] New blockassembler introduction and connection with the sources.
1 parent f6509c3 commit 1cd3943

File tree

8 files changed

+615
-479
lines changed

8 files changed

+615
-479
lines changed

CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -201,6 +201,7 @@ set(SERVER_SOURCES
201201
./src/legacy/validation_zerocoin_legacy.cpp
202202
./src/merkleblock.cpp
203203
./src/miner.cpp
204+
./src/blockassembler.cpp
204205
./src/net.cpp
205206
./src/net_processing.cpp
206207
./src/noui.cpp

src/Makefile.am

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -220,6 +220,7 @@ BITCOIN_CORE_H = \
220220
masternodeconfig.h \
221221
merkleblock.h \
222222
messagesigner.h \
223+
blockassembler.h \
223224
miner.h \
224225
moneysupply.h \
225226
net.h \
@@ -328,6 +329,7 @@ libbitcoin_server_a_SOURCES = \
328329
legacy/validation_zerocoin_legacy.cpp \
329330
sapling/sapling_validation.cpp \
330331
merkleblock.cpp \
332+
blockassembler.cpp \
331333
miner.cpp \
332334
net.cpp \
333335
net_processing.cpp \

0 commit comments

Comments
 (0)