Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F13711115
D12078.id35229.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
384 B
Subscribers
None
D12078.id35229.diff
View Options
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<CBlockIndex *> setDirtyBlockIndex;
+std::set<const CBlockIndex *> setDirtyBlockIndex;
/** Dirty block file entries. */
std::set<int> setDirtyFileInfo;
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Apr 26, 10:34 (3 m, 25 s)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5557995
Default Alt Text
D12078.id35229.diff (384 B)
Attached To
D12078: Fix mismatching types for setDirtyBlockIndex
Event Timeline
Log In to Comment