mirror of
https://github.com/sigp/lighthouse.git
synced 2026-06-15 09:48:20 +00:00
allow too many args
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user