Commit 82f3fe0a authored by Ethen Pociask's avatar Ethen Pociask

[indexer.bridge_offset_fix] Log starting height

parent 79599a07
......@@ -99,6 +99,7 @@ func (b *BridgeProcessor) run() error {
if b.LatestL1Header != nil {
lastEpoch = b.LatestL1Header.Number
} else {
b.log.Info("starting processing from supplied genesis epoch", "l1_starting_number", b.chainConfig.L1StartingHeight)
lastEpoch = big.NewInt(int64(b.chainConfig.L1StartingHeight))
}
......
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