mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-27 07:06:42 +00:00
fix :P
This commit is contained in:
parent
c8d41ed649
commit
8bdfdca010
1 changed files with 1 additions and 1 deletions
|
|
@ -157,7 +157,7 @@ func importChain(ctx *cli.Context) error {
|
||||||
} else {
|
} else {
|
||||||
for _, arg := range ctx.Args() {
|
for _, arg := range ctx.Args() {
|
||||||
if err := utils.ImportChain(chain, arg); err != nil {
|
if err := utils.ImportChain(chain, arg); err != nil {
|
||||||
log.Error("Import error", "file",arg, "err", err)
|
log.Error("Import error", "file", arg, "err", err)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue