Skip to content

Commit

Permalink
try fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
Artemka374 committed Oct 18, 2024
1 parent 001ae61 commit 2e5043c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/lib/prover_interface/src/outputs.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ pub struct L1BatchProofForL1<T: FinalProofExt> {
pub protocol_version: ProtocolSemanticVersion,
}

pub trait FinalProofExt: Serialize + Deserialize {}
pub trait FinalProofExt<'a>: Serialize + Deserialize<'a> {}

impl FinalProofExt for FinalProof {}
impl FinalProofExt for FflonkSnarkVerifierCircuitProof {}
Expand Down

0 comments on commit 2e5043c

Please sign in to comment.