mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-01-21 15:50:07 +01:00
Merge bitcoin/bitcoin#31865: build: move rpc/external_signer to node library
e501246e77build: move rpc/external_signer to node library (fanquake) Pull request description: Move `rpc/external_signer` from `bitcoin_common` to `bitcoin_node`. Remove the check-deps suppression. ACKs for top commit: maflcko: lgtm ACKe501246e77achow101: ACKe501246e77TheCharlatan: ACKe501246e77Tree-SHA512: d535da9038a6b37bd83e852721b42c0806b9ddf060a9b96544027a34d11c1728b3b97385768fca1acc483c6632c28050e2194e2d2ac831d944f332431bfd6792
This commit is contained in:
@@ -145,7 +145,6 @@ add_library(bitcoin_common STATIC EXCLUDE_FROM_ALL
|
||||
pow.cpp
|
||||
protocol.cpp
|
||||
psbt.cpp
|
||||
rpc/external_signer.cpp
|
||||
rpc/rawtransaction_util.cpp
|
||||
rpc/request.cpp
|
||||
rpc/util.cpp
|
||||
@@ -264,6 +263,7 @@ add_library(bitcoin_node STATIC EXCLUDE_FROM_ALL
|
||||
policy/truc_policy.cpp
|
||||
rest.cpp
|
||||
rpc/blockchain.cpp
|
||||
rpc/external_signer.cpp
|
||||
rpc/fees.cpp
|
||||
rpc/mempool.cpp
|
||||
rpc/mining.cpp
|
||||
|
||||
Reference in New Issue
Block a user