Commit d60a0b2b authored by Joshua Gutow's avatar Joshua Gutow Committed by GitHub

Update op-node/rollup/sync/start.go

Co-authored-by: default avatarAdrian Sutton <adrian@oplabs.co>
parent 3c500585
......@@ -109,7 +109,7 @@ func FindL2Heads(ctx context.Context, cfg *rollup.Config, l1 L1Chain, l2 L2Chain
return nil, fmt.Errorf("failed to fetch current L2 forkchoice state: %w", err)
}
lgr.Info("Running FindL2Heads", "unsafe", result.Unsafe, "safe", result.Safe, "finalized", result.Finalized,
lgr.Info("Loaded current L2 heads", "unsafe", result.Unsafe, "safe", result.Safe, "finalized", result.Finalized,
"unsafe_origin", result.Unsafe.L1Origin, "unsafe_origin", result.Safe.L1Origin)
// Remember original unsafe block to determine reorg depth
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment