File tree Expand file tree Collapse file tree 1 file changed +1
-4
lines changed
Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -555,11 +555,8 @@ async fn test_l1_reorg_batch_commit() -> eyre::Result<()> {
555555///
556556/// This is by design: The node only updates its finalized head when a `BatchFinalized`
557557/// event is **itself finalized on L1** (i.e., included in a finalized L1 block).
558- /// Since L1 finality is irreversible (at least under honest majority assumption),
559- /// a properly processed `BatchFinalized` event can never actually be reorged in practice.
560558///
561- /// This test simulates the impossible scenario to verify the node handles it gracefully
562- /// (which it does by simply ignoring the reorg for finalized state).
559+ /// This test verifies the node handles such reorgs gracefully.
563560#[ tokio:: test]
564561async fn test_l1_reorg_batch_finalized ( ) -> eyre:: Result < ( ) > {
565562 reth_tracing:: init_test_tracing ( ) ;
You can’t perform that action at this time.
0 commit comments