From dcea4afbb685af7f9057de3dc6925725348beeea Mon Sep 17 00:00:00 2001 From: jsvisa Date: Mon, 18 Sep 2023 08:22:14 +0000 Subject: [PATCH] core/rawdb: typo beore -> before Signed-off-by: jsvisa --- 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 7a78456382..c461dcb0c8 100644 --- a/core/rawdb/database.go +++ b/core/rawdb/database.go @@ -253,7 +253,7 @@ func NewDatabaseWithFreezer(db ethdb.KeyValueStore, ancient string, namespace st break } } - // We are about to exit on error. Print database metdata beore exiting + // We are about to exit on error. Print database metdata before exiting printChainMetadata(db) return nil, fmt.Errorf("gap in the chain between ancients [0 - #%d] and leveldb [#%d - #%d] ", frozen-1, number, head)