aboutsummaryrefslogtreecommitdiff
path: root/src/net_processing.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/net_processing.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/net_processing.cpp')
-rw-r--r--src/net_processing.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/net_processing.cpp b/src/net_processing.cpp
index 4108de2c8a..61faf7e1ee 100644
--- a/src/net_processing.cpp
+++ b/src/net_processing.cpp
@@ -16,6 +16,7 @@
#include <merkleblock.h>
#include <netbase.h>
#include <netmessagemaker.h>
+#include <node/blockstorage.h>
#include <policy/fees.h>
#include <policy/policy.h>
#include <primitives/block.h>