Skip to content

Commit df807d2

Browse files
committed
Add comment explaining the #[allow(dead_code)] on needed_proof_types in
ProofCoordinator: the field is used again in PR #6157 and is preserved to simplify merge conflicts.
1 parent 7ae742f commit df807d2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

crates/l2/sequencer/proof_coordinator.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ pub struct ProofCoordinator {
4343
rollup_store: StoreRollup,
4444
rpc_url: String,
4545
tdx_private_key: Option<SecretKey>,
46+
// Used again in PR #6157; kept here to simplify merge conflicts.
4647
#[allow(dead_code)]
4748
needed_proof_types: Vec<ProverType>,
4849
aligned: bool,

0 commit comments

Comments
 (0)