From 4d1c7d54f51c192c7be3783b1e0df1f7fd0a54bd Mon Sep 17 00:00:00 2001 From: Christina <156356273+cratiu222@users.noreply.github.com> Date: Mon, 27 Jan 2025 16:24:00 +0200 Subject: [PATCH] Update database.go --- triedb/pathdb/database.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/triedb/pathdb/database.go b/triedb/pathdb/database.go index b0d84eb879..d48850c102 100644 --- a/triedb/pathdb/database.go +++ b/triedb/pathdb/database.go @@ -471,8 +471,8 @@ func (db *Database) Recoverable(root common.Hash) bool { if id == nil { return false } - // Recoverable state must below the disk layer. The recoverable - // state only refers the state that is currently not available, + // Recoverable state must be below the disk layer. The recoverable + // state only refers to the state that is currently not available, // but can be restored by applying state history. dl := db.tree.bottom() if *id >= dl.stateID() {