From fa413f07a14744e7d7f7746e861aabd9cf938f61 Mon Sep 17 00:00:00 2001 From: MarcoFalke Date: Fri, 2 Apr 2021 19:17:00 +0200 Subject: move-only: Move ThreadImport to blockstorage Can be reviewed with the git options --color-moved=dimmed-zebra --color-moved-ws=ignore-all-space --- src/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am index 4e09c86ebd..f0da4937e5 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -174,6 +174,7 @@ BITCOIN_CORE_H = \ netaddress.h \ netbase.h \ netmessagemaker.h \ + node/blockstorage.h \ node/coin.h \ node/coinstats.h \ node/context.h \ @@ -324,6 +325,7 @@ libbitcoin_server_a_SOURCES = \ miner.cpp \ net.cpp \ net_processing.cpp \ + node/blockstorage.cpp \ node/coin.cpp \ node/coinstats.cpp \ node/context.cpp \ -- cgit v1.2.3