Skip to content

Commit 0aa5ed2

Browse files
committed
Add self-referential PR link
1 parent ab265c1 commit 0aa5ed2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

beacon_node/beacon_chain/tests/store_tests.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2549,7 +2549,7 @@ async fn weak_subjectivity_sync_test(slots: Vec<Slot>, checkpoint_slot: Slot) {
25492549
}
25502550

25512551
// Corrupt the signature on the 1st block to ensure that the backfill processor is checking
2552-
// signatures correctly. This is a regression test for XXX.
2552+
// signatures correctly. Regression test for https://github.com/sigp/lighthouse/pull/5120.
25532553
let mut batch_with_invalid_first_block = available_blocks.clone();
25542554
batch_with_invalid_first_block[0] = {
25552555
let (block_root, block, blobs) = available_blocks[0].clone().deconstruct();

0 commit comments

Comments
 (0)