From 50209a42ad05e92ad0945fa104c65d2b1f2a2c1c Mon Sep 17 00:00:00 2001 From: Jon Atack Date: Sat, 11 Dec 2021 12:45:11 +0100 Subject: [PATCH] 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. --- src/validation.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/validation.cpp b/src/validation.cpp index d389617582d..861831444a2 100644 --- a/src/validation.cpp +++ b/src/validation.cpp @@ -4848,7 +4848,6 @@ static void FlushSnapshotToDisk(CCoinsViewCache& coins_cache, bool snapshot_load coins_cache.DynamicMemoryUsage() / (1000 * 1000)), BCLog::LogFlags::ALL); - // TODO: if #17487 is merged, add erase=false here if snapshot is loaded, for better performance. coins_cache.Flush(); }