mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-18 10:50:44 +00:00
Merge 8837035b57 into dddbaa4bf3
This commit is contained in:
commit
bc03b0d3b2
1 changed files with 1 additions and 1 deletions
|
|
@ -425,7 +425,7 @@ func importChain(ctx *cli.Context) error {
|
|||
fmt.Printf("GC pause: %v\n\n", time.Duration(mem.PauseTotalNs))
|
||||
|
||||
if ctx.Bool(utils.NoCompactionFlag.Name) {
|
||||
return nil
|
||||
return importErr
|
||||
}
|
||||
|
||||
// Compact the entire database to more accurately measure disk io and print the stats
|
||||
|
|
|
|||
Loading…
Reference in a new issue