mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-06 10:11:44 +00:00
Merge remote-tracking branch 'origin/unstable' into electra_attestation_changes
This commit is contained in:
@@ -2279,9 +2279,9 @@ impl ApiTester {
|
||||
vec![validator_count],
|
||||
vec![validator_count, 1],
|
||||
vec![validator_count, 1, 3],
|
||||
vec![u64::max_value()],
|
||||
vec![u64::max_value(), 1],
|
||||
vec![u64::max_value(), 1, 3],
|
||||
vec![u64::MAX],
|
||||
vec![u64::MAX, 1],
|
||||
vec![u64::MAX, 1, 3],
|
||||
];
|
||||
|
||||
interesting.push((0..validator_count).collect());
|
||||
|
||||
Reference in New Issue
Block a user