diff --git a/src/node/blockstorage.cpp b/src/node/blockstorage.cpp --- a/src/node/blockstorage.cpp +++ b/src/node/blockstorage.cpp @@ -38,7 +38,7 @@ bool fCheckForPruning = false; /** Dirty block index entries. */ -std::set setDirtyBlockIndex; +std::set setDirtyBlockIndex; /** Dirty block file entries. */ std::set setDirtyFileInfo;