Skip to content

Commit a43158d

Browse files
committed
fix: chaning max attestations for devnet4 test vectors
1 parent 142754f commit a43158d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

testing/lean-spec-tests/src/fork_choice.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ use crate::types::{
4343
};
4444

4545
#[cfg(feature = "devnet4")]
46-
const DEVNET4_MAX_BLOCK_ATTESTATIONS: usize = 8;
46+
const DEVNET4_MAX_BLOCK_ATTESTATIONS: usize = 16;
4747

4848
/// Load a fork choice test fixture from a JSON file
4949
pub fn load_fork_choice_test(

0 commit comments

Comments
 (0)