From f7ae5b65135311b680c9c7abcee47c70eec50832 Mon Sep 17 00:00:00 2001 From: Gary Rong Date: Thu, 29 May 2025 12:49:22 +0800 Subject: [PATCH] core/rawdb: track the metadata key --- core/rawdb/database.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/rawdb/database.go b/core/rawdb/database.go index e19786d66b..51ccb524b4 100644 --- a/core/rawdb/database.go +++ b/core/rawdb/database.go @@ -599,7 +599,7 @@ var knownMetadataKeys = [][]byte{ snapshotGeneratorKey, snapshotRecoveryKey, txIndexTailKey, fastTxLookupLimitKey, uncleanShutdownKey, badBlockKey, transitionStatusKey, skeletonSyncStatusKey, persistentStateIDKey, trieJournalKey, snapshotSyncStatusKey, snapSyncStatusFlagKey, - filterMapsRangeKey, + filterMapsRangeKey, headStateHistoryIndexKey, } // printChainMetadata prints out chain metadata to stderr.