diff options
author | Russell Yanofsky <russ@yanofsky.org> | 2019-03-22 00:47:54 -0400 |
---|---|---|
committer | Russell Yanofsky <russ@yanofsky.org> | 2019-04-10 09:51:37 -0400 |
commit | 78a2fb55c97fbc26f7b74c5b1fb999a2aff8ce88 (patch) | |
tree | 580bf7f4b1c62bc9276a20aea54bfa228489c449 /src/Makefile.am | |
parent | b874747b51882a613895a100c4210c7f1dddde30 (diff) |
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/Makefile.am')
-rw-r--r-- | src/Makefile.am | 1 |
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) \ |