Skip to content

Commit 8c9f40f

Browse files
committed
update comment
1 parent 618bd53 commit 8c9f40f

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

crates/node/tests/l1_sync.rs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff 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]
564561
async fn test_l1_reorg_batch_finalized() -> eyre::Result<()> {
565562
reth_tracing::init_test_tracing();

0 commit comments

Comments
 (0)