We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d01694 commit 28da07bCopy full SHA for 28da07b
beacon_node/network/src/sync/tests/range.rs
@@ -188,6 +188,7 @@ impl TestRig {
188
#[test]
189
fn head_chain_removed_while_finalized_syncing() {
190
// NOTE: this is a regression test.
191
+ // Added in PR https://github.com/sigp/lighthouse/pull/2821
192
let mut rig = TestRig::test_setup();
193
194
// Get a peer with an advanced head
@@ -212,6 +213,7 @@ fn head_chain_removed_while_finalized_syncing() {
212
213
214
fn state_update_while_purging() {
215
216
+ // Added in PR https://github.com/sigp/lighthouse/pull/2827
217
218
219
// Create blocks on a separate harness
0 commit comments