Skip to content

Commit

Permalink
fix: linkage error - message signer better to be common code rather t…
Browse files Browse the repository at this point in the history
…han libconsensus
  • Loading branch information
knst committed Jun 18, 2024
1 parent 8299b3b commit c9a600e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down Expand Up @@ -770,6 +769,7 @@ libbitcoin_util_a_SOURCES = \
fs.cpp \
interfaces/handler.cpp \
logging.cpp \
messagesigner.cpp \
random.cpp \
randomenv.cpp \
rpc/request.cpp \
Expand Down

0 comments on commit c9a600e

Please sign in to comment.