Skip to content

Commit

Permalink
Fix typo and unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
sfauvel committed Sep 3, 2024
1 parent e25beed commit 35e362a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion mithril-signer/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@

mod configuration;
pub mod database;

pub mod dependency_injection;
mod message_adapters;
pub mod metrics;
Expand Down
2 changes: 1 addition & 1 deletion mithril-signer/src/runtime/runner.rs
Original file line number Diff line number Diff line change
Expand Up @@ -516,7 +516,7 @@ mod tests {
MKMap, MKMapNode, MKTreeNode, MKTreeStoreInMemory, MKTreeStorer, ProtocolInitializer,
},
digesters::{DumbImmutableDigester, DumbImmutableFileObserver},
entities::{BlockNumber, BlockRange, CardanoDbBeacon, Epoch, StakeDistribution},
entities::{BlockNumber, BlockRange, CardanoDbBeacon, Epoch},
era::{adapters::EraReaderBootstrapAdapter, EraChecker, EraReader},
signable_builder::{
BlockRangeRootRetriever, CardanoImmutableFilesFullSignableBuilder,
Expand Down

0 comments on commit 35e362a

Please sign in to comment.