|
@@ -206,6 +206,7 @@ func runCmd(ctx *cli.Context) error {
|
|
|
execTime := time.Since(tstart)
|
|
execTime := time.Since(tstart)
|
|
|
|
|
|
|
|
if ctx.GlobalBool(DumpFlag.Name) {
|
|
if ctx.GlobalBool(DumpFlag.Name) {
|
|
|
|
|
+ statedb.Commit(true)
|
|
|
statedb.IntermediateRoot(true)
|
|
statedb.IntermediateRoot(true)
|
|
|
fmt.Println(string(statedb.Dump()))
|
|
fmt.Println(string(statedb.Dump()))
|
|
|
}
|
|
}
|