Commit 943e1554 authored by Matthew Slipper's avatar Matthew Slipper Committed by GitHub

op-chain-ops: Log transition block timestamp (#4548)

parent d9ac3897
...@@ -226,6 +226,7 @@ func MigrateDB(ldb ethdb.Database, config *DeployConfig, l1Block *types.Block, m ...@@ -226,6 +226,7 @@ func MigrateDB(ldb ethdb.Database, config *DeployConfig, l1Block *types.Block, m
"height", bedrockHeader.Number, "height", bedrockHeader.Number,
"root", bedrockHeader.Root.String(), "root", bedrockHeader.Root.String(),
"hash", bedrockHeader.Hash().String(), "hash", bedrockHeader.Hash().String(),
"timestamp", bedrockHeader.Time,
) )
return res, nil return res, nil
......
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