aboutsummaryrefslogtreecommitdiff
path: root/src/validation.cpp
diff options
context:
space:
mode:
authorJon Atack <jon@atack.com>2021-12-11 12:45:11 +0100
committerJon Atack <jon@atack.com>2021-12-11 12:45:19 +0100
commit50209a42ad05e92ad0945fa104c65d2b1f2a2c1c (patch)
treea51dd1d84e56f911ff25531efa124257f766815b /src/validation.cpp
parent8e37fa83934ad47a4a73c326213e2073dfc35e29 (diff)
downloadbitcoin-50209a42ad05e92ad0945fa104c65d2b1f2a2c1c.tar.xz
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.
Diffstat (limited to 'src/validation.cpp')
-rw-r--r--src/validation.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/validation.cpp b/src/validation.cpp
index d389617582..861831444a 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();
}