Skip to content

Commit 76578c0

Browse files
authored
chore: remove unused orphan pool module (#282)
1 parent 4f81e0d commit 76578c0

File tree

3 files changed

+0
-794
lines changed

3 files changed

+0
-794
lines changed

dash-spv/src/chain/mod.rs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,24 +12,20 @@ pub mod chain_work;
1212
pub mod chainlock_manager;
1313
pub mod checkpoints;
1414
pub mod fork_detector;
15-
pub mod orphan_pool;
1615
pub mod reorg;
1716

1817
#[cfg(test)]
1918
mod checkpoint_test;
2019
#[cfg(test)]
2120
mod fork_detector_test;
2221
#[cfg(test)]
23-
mod orphan_pool_test;
24-
#[cfg(test)]
2522
mod reorg_test;
2623

2724
pub use chain_tip::{ChainTip, ChainTipManager};
2825
pub use chain_work::ChainWork;
2926
pub use chainlock_manager::{ChainLockEntry, ChainLockManager, ChainLockStats};
3027
pub use checkpoints::{Checkpoint, CheckpointManager};
3128
pub use fork_detector::{ForkDetectionResult, ForkDetector};
32-
pub use orphan_pool::{OrphanBlock, OrphanPool, OrphanPoolStats};
3329
pub use reorg::{ReorgEvent, ReorgManager};
3430

3531
use dashcore::{BlockHash, Header as BlockHeader};

dash-spv/src/chain/orphan_pool.rs

Lines changed: 0 additions & 368 deletions
This file was deleted.

0 commit comments

Comments
 (0)