fix: linkage error - message signer better to be common code rather than libconsensus

This commit is contained in:
Konstantin Akimov 2024-06-18 21:18:24 +07:00
parent 8299b3b369
commit c9a600e0fa
No known key found for this signature in database
GPG Key ID: 2176C4A5D01EA524

View File

@ -689,7 +689,6 @@ libbitcoin_consensus_a_SOURCES = \
consensus/validation.h \
hash.cpp \
hash.h \
messagesigner.cpp \
prevector.h \
primitives/block.cpp \
primitives/block.h \
@ -770,6 +769,7 @@ libbitcoin_util_a_SOURCES = \
fs.cpp \
interfaces/handler.cpp \
logging.cpp \
messagesigner.cpp \
random.cpp \
randomenv.cpp \
rpc/request.cpp \