diff options
author | MarcoFalke <falke.marco@gmail.com> | 2021-11-15 13:48:58 +0100 |
---|---|---|
committer | MarcoFalke <falke.marco@gmail.com> | 2021-11-16 10:05:21 +0100 |
commit | fa0739a7d398aea952a07b73ef565e7c2da75898 (patch) | |
tree | 8bb3472e02830972495a445419dc7efd41b603b2 /src/Makefile.am | |
parent | fa53e3a58c94731a90514fe92fad365a49adb10c (diff) |
style: Sort file list after rename
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 262eb2aa4c..f7cd4966b7 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -166,7 +166,6 @@ BITCOIN_CORE_H = \ mapport.h \ memusage.h \ merkleblock.h \ - node/miner.h \ net.h \ net_permissions.h \ net_processing.h \ @@ -178,6 +177,7 @@ BITCOIN_CORE_H = \ node/coin.h \ node/coinstats.h \ node/context.h \ + node/miner.h \ node/minisketchwrapper.h \ node/psbt.h \ node/transaction.h \ @@ -334,7 +334,6 @@ libbitcoin_server_a_SOURCES = \ index/txindex.cpp \ init.cpp \ mapport.cpp \ - node/miner.cpp \ net.cpp \ net_processing.cpp \ node/blockstorage.cpp \ @@ -342,6 +341,7 @@ libbitcoin_server_a_SOURCES = \ node/coinstats.cpp \ node/context.cpp \ node/interfaces.cpp \ + node/miner.cpp \ node/minisketchwrapper.cpp \ node/psbt.cpp \ node/transaction.cpp \ |