mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-02-26 15:47:21 +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 {
|
||||
clilogger.Infoln(err)
|
||||
}
|
||||
clilogger.Infoln("export done in", time.Since(start))
|
||||
clilogger.Infoln("import done in", time.Since(start))
|
||||
return
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue