mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-01-20 15:19:07 +01:00
move-only: Move CBlockFileInfo to kernel namespace
Also, move it to the blockstorage module, because it is only used inside that module. Can be reviewed with the git option --color-moved=dimmed-zebra
This commit is contained in:
@@ -17,6 +17,7 @@
|
||||
#include <test/util/logging.h>
|
||||
#include <test/util/setup_common.h>
|
||||
|
||||
using kernel::CBlockFileInfo;
|
||||
using node::STORAGE_HEADER_BYTES;
|
||||
using node::BlockManager;
|
||||
using node::KernelNotifications;
|
||||
|
||||
Reference in New Issue
Block a user