mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-04-29 23:09:44 -04:00
sort after scripted-diff
This commit is contained in:
parent
fac812ca83
commit
ddddd6913b
5 changed files with 12 additions and 12 deletions
|
@ -44,8 +44,8 @@ if [ "${RUN_TIDY}" = "true" ]; then
|
||||||
" src/dbwrapper.cpp"\
|
" src/dbwrapper.cpp"\
|
||||||
" src/init"\
|
" src/init"\
|
||||||
" src/kernel"\
|
" src/kernel"\
|
||||||
" src/node/mempool_args.cpp"\
|
|
||||||
" src/node/chainstate.cpp"\
|
" src/node/chainstate.cpp"\
|
||||||
|
" src/node/mempool_args.cpp"\
|
||||||
" src/policy/feerate.cpp"\
|
" src/policy/feerate.cpp"\
|
||||||
" src/policy/packages.cpp"\
|
" src/policy/packages.cpp"\
|
||||||
" src/policy/settings.cpp"\
|
" src/policy/settings.cpp"\
|
||||||
|
|
|
@ -139,7 +139,6 @@ BITCOIN_CORE_H = \
|
||||||
compat/cpuid.h \
|
compat/cpuid.h \
|
||||||
compat/endian.h \
|
compat/endian.h \
|
||||||
compressor.h \
|
compressor.h \
|
||||||
node/connection_types.h \
|
|
||||||
consensus/consensus.h \
|
consensus/consensus.h \
|
||||||
consensus/tx_check.h \
|
consensus/tx_check.h \
|
||||||
consensus/tx_verify.h \
|
consensus/tx_verify.h \
|
||||||
|
@ -149,7 +148,6 @@ BITCOIN_CORE_H = \
|
||||||
dbwrapper.h \
|
dbwrapper.h \
|
||||||
deploymentinfo.h \
|
deploymentinfo.h \
|
||||||
deploymentstatus.h \
|
deploymentstatus.h \
|
||||||
node/eviction.h \
|
|
||||||
external_signer.h \
|
external_signer.h \
|
||||||
flatfile.h \
|
flatfile.h \
|
||||||
fs.h \
|
fs.h \
|
||||||
|
@ -184,7 +182,6 @@ BITCOIN_CORE_H = \
|
||||||
logging.h \
|
logging.h \
|
||||||
logging/timer.h \
|
logging/timer.h \
|
||||||
mapport.h \
|
mapport.h \
|
||||||
node/mempool_args.h \
|
|
||||||
memusage.h \
|
memusage.h \
|
||||||
merkleblock.h \
|
merkleblock.h \
|
||||||
net.h \
|
net.h \
|
||||||
|
@ -199,13 +196,16 @@ BITCOIN_CORE_H = \
|
||||||
node/caches.h \
|
node/caches.h \
|
||||||
node/chainstate.h \
|
node/chainstate.h \
|
||||||
node/coin.h \
|
node/coin.h \
|
||||||
|
node/connection_types.h \
|
||||||
node/context.h \
|
node/context.h \
|
||||||
|
node/eviction.h \
|
||||||
|
node/interface_ui.h \
|
||||||
|
node/mempool_args.h \
|
||||||
node/mempool_persist_args.h \
|
node/mempool_persist_args.h \
|
||||||
node/miner.h \
|
node/miner.h \
|
||||||
node/minisketchwrapper.h \
|
node/minisketchwrapper.h \
|
||||||
node/psbt.h \
|
node/psbt.h \
|
||||||
node/transaction.h \
|
node/transaction.h \
|
||||||
node/interface_ui.h \
|
|
||||||
node/utxo_snapshot.h \
|
node/utxo_snapshot.h \
|
||||||
noui.h \
|
noui.h \
|
||||||
outputtype.h \
|
outputtype.h \
|
||||||
|
@ -372,10 +372,9 @@ libbitcoin_node_a_SOURCES = \
|
||||||
kernel/context.cpp \
|
kernel/context.cpp \
|
||||||
kernel/mempool_persist.cpp \
|
kernel/mempool_persist.cpp \
|
||||||
mapport.cpp \
|
mapport.cpp \
|
||||||
node/mempool_args.cpp \
|
|
||||||
net.cpp \
|
net.cpp \
|
||||||
netgroup.cpp \
|
|
||||||
net_processing.cpp \
|
net_processing.cpp \
|
||||||
|
netgroup.cpp \
|
||||||
node/blockstorage.cpp \
|
node/blockstorage.cpp \
|
||||||
node/caches.cpp \
|
node/caches.cpp \
|
||||||
node/chainstate.cpp \
|
node/chainstate.cpp \
|
||||||
|
@ -383,13 +382,14 @@ libbitcoin_node_a_SOURCES = \
|
||||||
node/connection_types.cpp \
|
node/connection_types.cpp \
|
||||||
node/context.cpp \
|
node/context.cpp \
|
||||||
node/eviction.cpp \
|
node/eviction.cpp \
|
||||||
|
node/interface_ui.cpp \
|
||||||
node/interfaces.cpp \
|
node/interfaces.cpp \
|
||||||
|
node/mempool_args.cpp \
|
||||||
node/mempool_persist_args.cpp \
|
node/mempool_persist_args.cpp \
|
||||||
node/miner.cpp \
|
node/miner.cpp \
|
||||||
node/minisketchwrapper.cpp \
|
node/minisketchwrapper.cpp \
|
||||||
node/psbt.cpp \
|
node/psbt.cpp \
|
||||||
node/transaction.cpp \
|
node/transaction.cpp \
|
||||||
node/interface_ui.cpp \
|
|
||||||
noui.cpp \
|
noui.cpp \
|
||||||
policy/fees.cpp \
|
policy/fees.cpp \
|
||||||
policy/fees_args.cpp \
|
policy/fees_args.cpp \
|
||||||
|
@ -402,8 +402,8 @@ libbitcoin_node_a_SOURCES = \
|
||||||
rpc/fees.cpp \
|
rpc/fees.cpp \
|
||||||
rpc/mempool.cpp \
|
rpc/mempool.cpp \
|
||||||
rpc/mining.cpp \
|
rpc/mining.cpp \
|
||||||
rpc/node.cpp \
|
|
||||||
rpc/net.cpp \
|
rpc/net.cpp \
|
||||||
|
rpc/node.cpp \
|
||||||
rpc/output_script.cpp \
|
rpc/output_script.cpp \
|
||||||
rpc/rawtransaction.cpp \
|
rpc/rawtransaction.cpp \
|
||||||
rpc/server.cpp \
|
rpc/server.cpp \
|
||||||
|
|
|
@ -31,7 +31,6 @@
|
||||||
#include <interfaces/init.h>
|
#include <interfaces/init.h>
|
||||||
#include <interfaces/node.h>
|
#include <interfaces/node.h>
|
||||||
#include <mapport.h>
|
#include <mapport.h>
|
||||||
#include <node/mempool_args.h>
|
|
||||||
#include <net.h>
|
#include <net.h>
|
||||||
#include <net_permissions.h>
|
#include <net_permissions.h>
|
||||||
#include <net_processing.h>
|
#include <net_processing.h>
|
||||||
|
@ -42,6 +41,7 @@
|
||||||
#include <node/chainstate.h>
|
#include <node/chainstate.h>
|
||||||
#include <node/context.h>
|
#include <node/context.h>
|
||||||
#include <node/interface_ui.h>
|
#include <node/interface_ui.h>
|
||||||
|
#include <node/mempool_args.h>
|
||||||
#include <node/mempool_persist_args.h>
|
#include <node/mempool_persist_args.h>
|
||||||
#include <node/miner.h>
|
#include <node/miner.h>
|
||||||
#include <policy/feerate.h>
|
#include <policy/feerate.h>
|
||||||
|
|
|
@ -3,8 +3,8 @@
|
||||||
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
|
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
|
||||||
|
|
||||||
#include <consensus/validation.h>
|
#include <consensus/validation.h>
|
||||||
#include <node/mempool_args.h>
|
|
||||||
#include <node/context.h>
|
#include <node/context.h>
|
||||||
|
#include <node/mempool_args.h>
|
||||||
#include <node/miner.h>
|
#include <node/miner.h>
|
||||||
#include <test/fuzz/FuzzedDataProvider.h>
|
#include <test/fuzz/FuzzedDataProvider.h>
|
||||||
#include <test/fuzz/fuzz.h>
|
#include <test/fuzz/fuzz.h>
|
||||||
|
|
|
@ -14,12 +14,12 @@
|
||||||
#include <init.h>
|
#include <init.h>
|
||||||
#include <init/common.h>
|
#include <init/common.h>
|
||||||
#include <interfaces/chain.h>
|
#include <interfaces/chain.h>
|
||||||
#include <node/mempool_args.h>
|
|
||||||
#include <net.h>
|
#include <net.h>
|
||||||
#include <net_processing.h>
|
#include <net_processing.h>
|
||||||
#include <node/blockstorage.h>
|
#include <node/blockstorage.h>
|
||||||
#include <node/chainstate.h>
|
#include <node/chainstate.h>
|
||||||
#include <node/context.h>
|
#include <node/context.h>
|
||||||
|
#include <node/mempool_args.h>
|
||||||
#include <node/miner.h>
|
#include <node/miner.h>
|
||||||
#include <noui.h>
|
#include <noui.h>
|
||||||
#include <policy/fees.h>
|
#include <policy/fees.h>
|
||||||
|
|
Loading…
Add table
Reference in a new issue