mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-05-24 08:49:29 +00:00
feat: lint
This commit is contained in:
parent
41d6664b0c
commit
9e80c3d7c5
1 changed files with 0 additions and 1 deletions
|
|
@ -541,7 +541,6 @@ func importHistory(ctx *cli.Context) error {
|
||||||
if err := utils.ImportHistory(chain, db, dir, network, from); err != nil {
|
if err := utils.ImportHistory(chain, db, dir, network, from); err != nil {
|
||||||
return err
|
return err
|
||||||
}
|
}
|
||||||
|
|
||||||
fmt.Printf("Import done in %v\n", time.Since(start))
|
fmt.Printf("Import done in %v\n", time.Since(start))
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue