From fa0c7d9ad24d3c9515d3f9c136af4071cbd79055 Mon Sep 17 00:00:00 2001 From: MarcoFalke Date: Fri, 2 Apr 2021 20:42:05 +0200 Subject: move-only: Move *Disk functions to blockstorage Can be reviewed with the git options --color-moved=dimmed-zebra --color-moved-ws=ignore-all-space --- src/index/base.cpp | 3 ++- src/index/blockfilterindex.cpp | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) (limited to 'src/index') diff --git a/src/index/base.cpp b/src/index/base.cpp index 25644c3b41..9e637c9c6f 100644 --- a/src/index/base.cpp +++ b/src/index/base.cpp @@ -4,12 +4,13 @@ #include #include +#include #include #include #include #include #include -#include +#include // For g_chainman #include constexpr char DB_BEST_BLOCK = 'B'; diff --git a/src/index/blockfilterindex.cpp b/src/index/blockfilterindex.cpp index 32271fb7ab..154d7a7027 100644 --- a/src/index/blockfilterindex.cpp +++ b/src/index/blockfilterindex.cpp @@ -6,8 +6,8 @@ #include #include +#include #include -#include /* The index database stores three items for each block: the disk location of the encoded filter, * its dSHA256 hash, and the header. Those belonging to blocks on the active chain are indexed by -- cgit v1.2.3