aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorRussell Yanofsky <russ@yanofsky.org>2019-03-22 00:47:54 -0400
committerRussell Yanofsky <russ@yanofsky.org>2019-04-10 09:51:37 -0400
commit78a2fb55c97fbc26f7b74c5b1fb999a2aff8ce88 (patch)
tree580bf7f4b1c62bc9276a20aea54bfa228489c449 /src
parentb874747b51882a613895a100c4210c7f1dddde30 (diff)
downloadbitcoin-78a2fb55c97fbc26f7b74c5b1fb999a2aff8ce88.tar.xz
bitcoin-wallet tool: Drop libbitcoin_server.a dependency
This ensures wallet code doesn't access node global state, avoiding bugs like https://github.com/bitcoin/bitcoin/pull/15557#discussion_r267735431
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.am1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index cb0604391e..6bc3655cad 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -593,7 +593,6 @@ endif
bitcoin_wallet_LDADD = \
$(LIBBITCOIN_WALLET_TOOL) \
$(LIBBITCOIN_WALLET) \
- $(LIBBITCOIN_SERVER) \
$(LIBBITCOIN_COMMON) \
$(LIBBITCOIN_CONSENSUS) \
$(LIBBITCOIN_UTIL) \