From 3f6767154287f945f9b2ad900d40924f30b69251 Mon Sep 17 00:00:00 2001 From: MozirDmitriy Date: Tue, 9 Sep 2025 20:15:57 +0300 Subject: [PATCH] core/filtermaps: update outdated comment referencing non-existent resetDb function --- core/filtermaps/filtermaps.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/filtermaps/filtermaps.go b/core/filtermaps/filtermaps.go index fede54df57..f585d04250 100644 --- a/core/filtermaps/filtermaps.go +++ b/core/filtermaps/filtermaps.go @@ -350,7 +350,7 @@ func (f *FilterMaps) reset() { f.lastBlockCache.Purge() f.lvPointerCache.Purge() f.indexLock.Unlock() - // deleting the range first ensures that resetDb will be called again at next + // deleting the range first ensures that DeleteFilterMapsDb will be called again at next // startup and any leftover data will be removed even if it cannot finish now. rawdb.DeleteFilterMapsRange(f.db) f.safeDeleteWithLogs(rawdb.DeleteFilterMapsDb, "Resetting log index database", f.isShuttingDown)