mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-20 13:37:28 +02:00
Merge c536dfbcb0 into merged_master (Bitcoin PR #15639)
asp: the point of this PR was to completely decouple libbitcoin_server from bitcoin_tool; it removes $(LIBBITCOIN_SERVER) from the `elements_wallet_LDADD`. I put this back in because our additional code related to pegin claiming makes heavy use of methods from libbitcoin_server. If we want to morally accept this PR then we need to do a nontrivial refactoring.
This commit is contained in:
commit
f3b06ff713
18 changed files with 92 additions and 48 deletions
|
|
@ -14,6 +14,7 @@
|
|||
#include <miner.h>
|
||||
#include <net.h>
|
||||
#include <policy/fees.h>
|
||||
#include <policy/settings.h>
|
||||
#include <pow.h>
|
||||
#include <rpc/blockchain.h>
|
||||
#include <rpc/mining.h>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue