aboutsummaryrefslogtreecommitdiff
path: root/src/node
diff options
context:
space:
mode:
Diffstat (limited to 'src/node')
-rw-r--r--src/node/blockstorage.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/node/blockstorage.cpp b/src/node/blockstorage.cpp
index 3cc53e27e2..a040f2e7b4 100644
--- a/src/node/blockstorage.cpp
+++ b/src/node/blockstorage.cpp
@@ -348,6 +348,11 @@ void BlockManager::Unload()
}
m_block_index.clear();
+
+ vinfoBlockFile.clear();
+ nLastBlockFile = 0;
+ setDirtyBlockIndex.clear();
+ setDirtyFileInfo.clear();
}
bool BlockManager::WriteBlockIndexDB()