Skip to content

Commit

Permalink
pub mod core_mempool
Browse files Browse the repository at this point in the history
  • Loading branch information
0xmovses committed Apr 16, 2024
1 parent 37c6e39 commit dfe3407
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mempool/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ pub use shared_mempool::{
#[cfg(any(test, feature = "fuzzing"))]
pub use tests::{fuzzing, mocks};

mod core_mempool;
pub mod core_mempool;
pub mod counters;
mod logging;
mod shared_mempool;
Expand Down

0 comments on commit dfe3407

Please sign in to comment.