aboutsummaryrefslogtreecommitdiffstats
path: root/core/rawdb/schema.go
diff options
context:
space:
mode:
authorCorey Lin <514971757@qq.com>2018-11-09 18:51:07 +0800
committerPéter Szilágyi <peterke@gmail.com>2018-11-09 18:51:07 +0800
commit1ff152f3a43e4adf030ac61eb5d8da345554fc5a (patch)
treed54b3e17d3993737f9eac3b53c0b41af86f23ea6 /core/rawdb/schema.go
parentf574c4e74b12d275d24b209aac8dd98ed9b9bb52 (diff)
downloadgo-tangerine-1ff152f3a43e4adf030ac61eb5d8da345554fc5a.tar.gz
go-tangerine-1ff152f3a43e4adf030ac61eb5d8da345554fc5a.tar.zst
go-tangerine-1ff152f3a43e4adf030ac61eb5d8da345554fc5a.zip
rawdb: remove unused parameter for WritePreimages func (#18059)
* rawdb: remove unused parameter for WritePreimages func and modify a spelling mistake * rawdb: update the doc for function WritePreimages
Diffstat (limited to 'core/rawdb/schema.go')
-rw-r--r--core/rawdb/schema.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/rawdb/schema.go b/core/rawdb/schema.go
index ef597ef30..8a9921ef4 100644
--- a/core/rawdb/schema.go
+++ b/core/rawdb/schema.go
@@ -35,7 +35,7 @@ var (
// headBlockKey tracks the latest know full block's hash.
headBlockKey = []byte("LastBlock")
- // headFastBlockKey tracks the latest known incomplete block's hash duirng fast sync.
+ // headFastBlockKey tracks the latest known incomplete block's hash during fast sync.
headFastBlockKey = []byte("LastFast")
// fastTrieProgressKey tracks the number of trie entries imported during fast sync.