mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-04-29 14:59:39 -04:00
build: move pow and chain to bitcoin_common
The next commit needs pow.cpp in rpc/util.cpp.
This commit is contained in:
parent
c4cc9e3e9d
commit
ba7b9f3d7b
1 changed files with 2 additions and 2 deletions
|
@ -109,6 +109,7 @@ add_library(bitcoin_common STATIC EXCLUDE_FROM_ALL
|
||||||
addresstype.cpp
|
addresstype.cpp
|
||||||
base58.cpp
|
base58.cpp
|
||||||
bech32.cpp
|
bech32.cpp
|
||||||
|
chain.cpp
|
||||||
chainparams.cpp
|
chainparams.cpp
|
||||||
chainparamsbase.cpp
|
chainparamsbase.cpp
|
||||||
coins.cpp
|
coins.cpp
|
||||||
|
@ -142,6 +143,7 @@ add_library(bitcoin_common STATIC EXCLUDE_FROM_ALL
|
||||||
outputtype.cpp
|
outputtype.cpp
|
||||||
policy/feerate.cpp
|
policy/feerate.cpp
|
||||||
policy/policy.cpp
|
policy/policy.cpp
|
||||||
|
pow.cpp
|
||||||
protocol.cpp
|
protocol.cpp
|
||||||
psbt.cpp
|
psbt.cpp
|
||||||
rpc/external_signer.cpp
|
rpc/external_signer.cpp
|
||||||
|
@ -200,7 +202,6 @@ add_library(bitcoin_node STATIC EXCLUDE_FROM_ALL
|
||||||
bip324.cpp
|
bip324.cpp
|
||||||
blockencodings.cpp
|
blockencodings.cpp
|
||||||
blockfilter.cpp
|
blockfilter.cpp
|
||||||
chain.cpp
|
|
||||||
consensus/tx_verify.cpp
|
consensus/tx_verify.cpp
|
||||||
dbwrapper.cpp
|
dbwrapper.cpp
|
||||||
deploymentstatus.cpp
|
deploymentstatus.cpp
|
||||||
|
@ -262,7 +263,6 @@ add_library(bitcoin_node STATIC EXCLUDE_FROM_ALL
|
||||||
policy/rbf.cpp
|
policy/rbf.cpp
|
||||||
policy/settings.cpp
|
policy/settings.cpp
|
||||||
policy/truc_policy.cpp
|
policy/truc_policy.cpp
|
||||||
pow.cpp
|
|
||||||
rest.cpp
|
rest.cpp
|
||||||
rpc/blockchain.cpp
|
rpc/blockchain.cpp
|
||||||
rpc/fees.cpp
|
rpc/fees.cpp
|
||||||
|
|
Loading…
Add table
Reference in a new issue