Skip to content

Commit 50209a4

Browse files
committed
validation, doc: remove TODO comment
It would make for sense for the TODO to be done in PR 17487 (or noted in the review feedback for a follow-up), no need to continue maintaining the TODO in the codebase.
1 parent 8e37fa8 commit 50209a4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/validation.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4848,7 +4848,6 @@ static void FlushSnapshotToDisk(CCoinsViewCache& coins_cache, bool snapshot_load
48484848
coins_cache.DynamicMemoryUsage() / (1000 * 1000)),
48494849
BCLog::LogFlags::ALL);
48504850

4851-
// TODO: if #17487 is merged, add erase=false here if snapshot is loaded, for better performance.
48524851
coins_cache.Flush();
48534852
}
48544853

0 commit comments

Comments
 (0)