Skip to content

Commit b9bc28c

Browse files
Update aggregation_mode/src/aggregators/sp1_aggregator.rs
Co-authored-by: Mauro Toscano <12560266+MauroToscano@users.noreply.github.com>
1 parent ba048a5 commit b9bc28c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

aggregation_mode/src/aggregators/sp1_aggregator.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ const CHUNK_PROGRAM_ELF: &[u8] =
1313
const USER_PROOFS_PROGRAM_ELF: &[u8] =
1414
include_bytes!("../../aggregation_programs/sp1/elf/sp1_user_proofs_aggregator_program");
1515

16-
#[allow(dead_code)]
16+
#[cfg(feature = "prove")]
1717
static SP1_PROVER_CLIENT: LazyLock<EnvProver> = LazyLock::new(ProverClient::from_env);
1818

1919
/// Separate prover instance configured to always use the CPU.

0 commit comments

Comments
 (0)