Skip to content

Commit

Permalink
export SharedCore
Browse files Browse the repository at this point in the history
  • Loading branch information
cowlicks committed Oct 23, 2024
1 parent 1e6e097 commit ae94272
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/replication/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ pub mod events;
#[cfg(feature = "shared-core")]
pub mod shared_core;

#[cfg(feature = "shared-core")]
pub use shared_core::SharedCore;

use crate::{
AppendOutcome, HypercoreError, Info, PartialKeypair, Proof, RequestBlock, RequestSeek,
RequestUpgrade,
Expand Down

0 comments on commit ae94272

Please sign in to comment.