aboutsummaryrefslogtreecommitdiff
path: root/src/index/blockfilterindex.cpp
diff options
context:
space:
mode:
authorMarcoFalke <falke.marco@gmail.com>2021-04-02 20:42:05 +0200
committerMarcoFalke <falke.marco@gmail.com>2021-04-05 20:26:14 +0200
commitfa0c7d9ad24d3c9515d3f9c136af4071cbd79055 (patch)
treeab4694ab21d018246826d8ff4a87bccdf7b8d690 /src/index/blockfilterindex.cpp
parentfa91b2b2b3447a3645e7958c7dc4e1946a69cb9c (diff)
downloadbitcoin-fa0c7d9ad24d3c9515d3f9c136af4071cbd79055.tar.xz
move-only: Move *Disk functions to blockstorage
Can be reviewed with the git options --color-moved=dimmed-zebra --color-moved-ws=ignore-all-space
Diffstat (limited to 'src/index/blockfilterindex.cpp')
-rw-r--r--src/index/blockfilterindex.cpp2
1 files changed, 1 insertions, 1 deletions
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 <dbwrapper.h>
#include <index/blockfilterindex.h>
+#include <node/blockstorage.h>
#include <util/system.h>
-#include <validation.h>
/* 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