We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a6419f commit ba40103Copy full SHA for ba40103
1 file changed
aggregation_mode/src/aggregators/sp1_aggregator.rs
@@ -3,7 +3,7 @@ use std::sync::LazyLock;
3
use alloy::primitives::Keccak256;
4
use sp1_aggregation_program::SP1VkAndPubInputs;
5
use sp1_sdk::{
6
- EnvProver, HashableKey, Prover, ProverClient, SP1ProofWithPublicValues, SP1Stdin,
+ EnvProver, HashableKey, ProverClient, SP1ProofWithPublicValues, SP1Stdin,
7
SP1VerifyingKey,
8
};
9
0 commit comments