mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
core/rawdb: typo
Signed-off-by: jsvisa <delweng@gmail.com>
This commit is contained in:
parent
6ffd430dd4
commit
5840de3ac9
1 changed files with 1 additions and 1 deletions
|
|
@ -274,7 +274,7 @@ func (t *freezerTable) repair() error {
|
|||
contentExp = int64(lastIndex.offset)
|
||||
for contentExp != contentSize {
|
||||
if t.readonly {
|
||||
return fmt.Errorf("freezer table(path: %s, name: %s num: %d) is corrupted", t.path, t.name, lastIndex.filenum)
|
||||
return fmt.Errorf("freezer table(path: %s, name: %s, num: %d) is corrupted", t.path, t.name, lastIndex.filenum)
|
||||
}
|
||||
verbose = true
|
||||
// Truncate the head file to the last offset pointer
|
||||
|
|
|
|||
Loading…
Reference in a new issue