mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
typo fix: know=>known
This commit is contained in:
parent
b6c0234e0b
commit
ea64eb0e48
1 changed files with 2 additions and 2 deletions
|
|
@ -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.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue