Commit abeba0a1 authored by 유용환's avatar 유용환 Committed by Felix Lange

core/rawdb: fix typo (#19526)

parent b6c0234e
...@@ -29,10 +29,10 @@ var ( ...@@ -29,10 +29,10 @@ var (
// databaseVerisionKey tracks the current database version. // databaseVerisionKey tracks the current database version.
databaseVerisionKey = []byte("DatabaseVersion") databaseVerisionKey = []byte("DatabaseVersion")
// headHeaderKey tracks the latest know header's hash. // headHeaderKey tracks the latest known header's hash.
headHeaderKey = []byte("LastHeader") headHeaderKey = []byte("LastHeader")
// headBlockKey tracks the latest know full block's hash. // headBlockKey tracks the latest known full block's hash.
headBlockKey = []byte("LastBlock") headBlockKey = []byte("LastBlock")
// headFastBlockKey tracks the latest known incomplete block's hash during fast sync. // headFastBlockKey tracks the latest known incomplete block's hash during fast sync.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment