Skip to content

Commit 0ed080a

Browse files
Apply suggestions from code review
Co-authored-by: Jean-Philippe Raynaud <jp.raynaud@gmail.com>
1 parent bfb326e commit 0ed080a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mithril-stm/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ pub use signature_scheme::{
124124
BlsVerificationKeyProofOfPossession,
125125
};
126126

127-
#[cfg(feature = "future_snark")]
127+
#[cfg(all(feature = "benchmark-internals", feature = "future_snark"))]
128128
pub use signature_scheme::{SchnorrSignature, SchnorrSigningKey, SchnorrVerificationKey};
129129

130130
/// The quantity of stake held by a party, represented as a `u64`.

0 commit comments

Comments
 (0)