From c9a600e0fa1194f9dcc30114358d4d32fdbe65fe Mon Sep 17 00:00:00 2001 From: Konstantin Akimov Date: Tue, 18 Jun 2024 21:18:24 +0700 Subject: [PATCH] fix: linkage error - message signer better to be common code rather than libconsensus --- src/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Makefile.am b/src/Makefile.am index 3bf5dcb3c0..d63dff71cf 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -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 \