We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ae742f commit df807d2Copy full SHA for df807d2
crates/l2/sequencer/proof_coordinator.rs
@@ -43,6 +43,7 @@ pub struct ProofCoordinator {
43
rollup_store: StoreRollup,
44
rpc_url: String,
45
tdx_private_key: Option<SecretKey>,
46
+ // Used again in PR #6157; kept here to simplify merge conflicts.
47
#[allow(dead_code)]
48
needed_proof_types: Vec<ProverType>,
49
aligned: bool,
0 commit comments