allow too many args

This commit is contained in:
Eitan Seri- Levi
2026-04-06 02:01:50 -07:00
parent 474d0cc36f
commit 2c8df63f00

View File

@@ -101,7 +101,9 @@ impl<E: EthSpec> Hash for Attestation<E> {
}
impl<E: EthSpec> Attestation<E> {
/// Produces an attestation with empty signature.
#[allow(clippy::too_many_arguments)]
pub fn empty_for_signing(
committee_index: u64,
committee_length: usize,