Skip to content

Commit

Permalink
Fix OrphanBlockPool related import path
Browse files Browse the repository at this point in the history
  • Loading branch information
eval-exec committed Nov 28, 2023
1 parent bceeb60 commit f1686b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chain/src/consume_orphan.rs
Original file line number Diff line number Diff line change
@@ -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,
Expand Down

0 comments on commit f1686b0

Please sign in to comment.