Skip to content

Commit 78a2fb5

Browse files
committed
bitcoin-wallet tool: Drop libbitcoin_server.a dependency
This ensures wallet code doesn't access node global state, avoiding bugs like bitcoin/bitcoin#15557 (comment)
1 parent b874747 commit 78a2fb5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Makefile.am

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -593,7 +593,6 @@ endif
593593
bitcoin_wallet_LDADD = \
594594
$(LIBBITCOIN_WALLET_TOOL) \
595595
$(LIBBITCOIN_WALLET) \
596-
$(LIBBITCOIN_SERVER) \
597596
$(LIBBITCOIN_COMMON) \
598597
$(LIBBITCOIN_CONSENSUS) \
599598
$(LIBBITCOIN_UTIL) \

0 commit comments

Comments
 (0)