mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-05-08 09:11:34 +00:00
export => import
This commit is contained in:
parent
58d477f7a6
commit
dc7c584a4d
1 changed files with 1 additions and 1 deletions
|
|
@ -120,7 +120,7 @@ func main() {
|
||||||
if err != nil {
|
if err != nil {
|
||||||
clilogger.Infoln(err)
|
clilogger.Infoln(err)
|
||||||
}
|
}
|
||||||
clilogger.Infoln("export done in", time.Since(start))
|
clilogger.Infoln("import done in", time.Since(start))
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue