diff --git a/chain/src/consume_orphan.rs b/chain/src/consume_orphan.rs index 1f18d3524f..7a2c5ac466 100644 --- a/chain/src/consume_orphan.rs +++ b/chain/src/consume_orphan.rs @@ -1,4 +1,4 @@ -use crate::orphan_block_pool::OrphanBlockPool; +use crate::utils::orphan_block_pool::OrphanBlockPool; use crate::{ tell_synchronizer_to_punish_the_bad_peer, LonelyBlockWithCallback, UnverifiedBlock, VerifiedBlockStatus, VerifyResult,