Skip to content

Commit dc59f85

Browse files
committed
trying to fix the exposure of BLS error
1 parent f7cbbce commit dc59f85

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

mithril-common/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ mockall = { workspace = true }
7777
slog-async = { workspace = true }
7878
slog-term = { workspace = true }
7979
tokio = { workspace = true, features = ["macros", "rt-multi-thread", "time"] }
80+
mithril-stm = { path = "../mithril-stm", version = ">=0.5", default-features = false, features = ["benchmark-internals"] }
8081

8182
[[bench]]
8283
name = "block_range"

mithril-stm/src/lib.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,11 +117,10 @@ mod protocol;
117117
mod signature_scheme;
118118

119119
pub use protocol::*;
120-
pub use signature_scheme::BlsSignatureError;
121120

122121
#[cfg(feature = "benchmark-internals")]
123122
pub use signature_scheme::{
124-
BlsProofOfPossession, BlsSignature, BlsSigningKey, BlsVerificationKey,
123+
BlsProofOfPossession, BlsSignature, BlsSignatureError, BlsSigningKey, BlsVerificationKey,
125124
BlsVerificationKeyProofOfPossession,
126125
};
127126

0 commit comments

Comments
 (0)