Skip to content

Commit f28a07b

Browse files
committed
Fix module orphan_block_pool usage
1 parent 4ac357f commit f28a07b

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

chain/src/chain.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
use crate::consume_orphan::ConsumeOrphan;
55
use crate::consume_unverified::ConsumeUnverifiedBlocks;
6-
use crate::orphan_block_pool::OrphanBlockPool;
6+
use crate::utils::orphan_block_pool::OrphanBlockPool;
77
use crate::{
88
tell_synchronizer_to_punish_the_bad_peer, LonelyBlock, LonelyBlockWithCallback,
99
ProcessBlockRequest, TruncateRequest, UnverifiedBlock, VerifyCallback, VerifyResult,

chain/src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ use std::sync::Arc;
1818
mod chain;
1919
mod consume_orphan;
2020
mod consume_unverified;
21-
mod orphan_block_pool;
2221
#[cfg(test)]
2322
mod tests;
2423
mod utils;

0 commit comments

Comments
 (0)