mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-30 07:47:36 +01:00
Merge bitcoin/bitcoin#21727: refactor: Move more stuff to blockstorage
fa09a9eac8style: Add { } to multi-line if (MarcoFalke)fadafab833move-only: Move functions to blockstorage (MarcoFalke)fa7e64d586move-only: Move constants to blockstorage (MarcoFalke)fa247a327frefactor: Move block storage globals to blockstorage (MarcoFalke)fa81c30c6frefactor: Move pruning/reindex/importing globals to blockstorage (MarcoFalke) Pull request description: See #21575 ACKs for top commit: Sjors: ACKfa09a9eac8kiminuo: ACKfa09a9elaanwj: Code review ACKfa09a9eac8promag: Code review ACKfa09a9eac8. Since last review Tree-SHA512: 2eb6962ff44da6b77f3058fc02ec66ab742e25ae8dcc8ec62b062896571910d43ca7c4bb16fb3ccb5e5245195b8dec6384b6c8d442fa97ca28d93bdff347d677
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
|
||||
#include <index/disktxpos.h>
|
||||
#include <index/txindex.h>
|
||||
#include <node/blockstorage.h>
|
||||
#include <node/ui_interface.h>
|
||||
#include <shutdown.h>
|
||||
#include <util/system.h>
|
||||
|
||||
Reference in New Issue
Block a user