Skip to content

Commit

Permalink
Merge branch 'develop' into jg/cleanup_file_structure
Browse files Browse the repository at this point in the history
  • Loading branch information
mergify[bot] committed Dec 20, 2022
2 parents d0ee38c + 943e155 commit 836c84e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions op-chain-ops/genesis/db_migration.go
Original file line number Diff line number Diff line change
Expand Up @@ -226,6 +226,7 @@ func MigrateDB(ldb ethdb.Database, config *DeployConfig, l1Block *types.Block, m
"height", bedrockHeader.Number,
"root", bedrockHeader.Root.String(),
"hash", bedrockHeader.Hash().String(),
"timestamp", bedrockHeader.Time,
)

return res, nil
Expand Down

0 comments on commit 836c84e

Please sign in to comment.