We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65c2669 commit 8621eb9Copy full SHA for 8621eb9
testing/web3signer_tests/src/lib.rs
@@ -553,10 +553,7 @@ mod tests {
553
web3signer_should_sign: bool,
554
) -> Self
555
where
556
- F: Fn(
557
- PublicKeyBytes,
558
- Arc<LighthouseValidatorStore<TestingSlotClock, E>>,
559
- ) -> R,
+ F: Fn(PublicKeyBytes, Arc<LighthouseValidatorStore<TestingSlotClock, E>>) -> R,
560
R: Future<Output = Result<Vec<Attestation<E>>, lighthouse_validator_store::Error>>,
561
{
562
for validator_rig in &self.validator_rigs {
0 commit comments