aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--core/rawdb/schema.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/rawdb/schema.go b/core/rawdb/schema.go
index 87dbf94fc..62b60e2f3 100644
--- a/core/rawdb/schema.go
+++ b/core/rawdb/schema.go
@@ -29,10 +29,10 @@ var (
// databaseVerisionKey tracks the current database version.
databaseVerisionKey = []byte("DatabaseVersion")
- // headHeaderKey tracks the latest know header's hash.
+ // headHeaderKey tracks the latest known header's hash.
headHeaderKey = []byte("LastHeader")
- // headBlockKey tracks the latest know full block's hash.
+ // headBlockKey tracks the latest known full block's hash.
headBlockKey = []byte("LastBlock")
// headFastBlockKey tracks the latest known incomplete block's hash during fast sync.