Skip to content

Commit c9a600e

Browse files
committed
fix: linkage error - message signer better to be common code rather than libconsensus
1 parent 8299b3b commit c9a600e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Makefile.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -689,7 +689,6 @@ libbitcoin_consensus_a_SOURCES = \
689689
consensus/validation.h \
690690
hash.cpp \
691691
hash.h \
692-
messagesigner.cpp \
693692
prevector.h \
694693
primitives/block.cpp \
695694
primitives/block.h \
@@ -770,6 +769,7 @@ libbitcoin_util_a_SOURCES = \
770769
fs.cpp \
771770
interfaces/handler.cpp \
772771
logging.cpp \
772+
messagesigner.cpp \
773773
random.cpp \
774774
randomenv.cpp \
775775
rpc/request.cpp \

0 commit comments

Comments
 (0)