Skip to content

Commit

Permalink
Update finalized-tag-updater/src/main/kotlin/net/consensys/linea/Line…
Browse files Browse the repository at this point in the history
…aL1FinalizationUpdaterService.kt

Co-authored-by: Pedro Novais <[email protected]>
Signed-off-by: Sally MacFarlane <[email protected]>
  • Loading branch information
macfarla and jpnovais authored Feb 6, 2025
1 parent d81c99c commit 6d9f9fa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ class LineaBesuEngineBlockTagUpdater(private val blockchainService: BlockchainSe
throw e
}
} else {
log.warn("Linea safe/finalized block update: Skipped as getBlockByNumber for block=$finalizedBlockNumber returns empty result")
log.warn("Linea safe/finalized block update: Skipped as getBlockByNumber for block={} returns empty result", finalizedBlockNumber)
}
return false
}
Expand Down

0 comments on commit 6d9f9fa

Please sign in to comment.