diff --git a/core/blockchain_impl.go b/core/blockchain_impl.go index b14bcbe28..224ccdb42 100644 --- a/core/blockchain_impl.go +++ b/core/blockchain_impl.go @@ -355,6 +355,9 @@ func newBlockChainWithOptions( AsyncBuild: !bc.cacheConfig.SnapshotWait, } fmt.Println("loading/generating snapshot...") + utils.Logger().Info(). + Str("Root", head.Root().Hex()). + Msg("loading/generating snapshot") bc.snaps, _ = snapshot.New(snapconfig, bc.db, bc.triedb, head.Root()) }