Skip to content

Commit

Permalink
Fix conditioned import
Browse files Browse the repository at this point in the history
  • Loading branch information
deuszx committed Nov 12, 2024
1 parent 3e2ffbf commit f1d9287
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions linera-core/src/chain_worker/state/temporary_changes.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,17 @@ use linera_chain::{
HashedCertificateValue, IncomingBundle, Medium, MessageAction, ProposalContent,
},
manager,
types::ConfirmedBlockCertificate,
};
use linera_execution::{ChannelSubscription, Query, ResourceControlPolicy, Response};
use linera_storage::{Clock as _, Storage};
use linera_views::views::View;
#[cfg(with_testing)]
use {
linera_base::{crypto::CryptoHash, data_types::BlockHeight},
linera_chain::data_types::{MessageBundle, Origin},
linera_chain::{
data_types::{MessageBundle, Origin},
types::ConfirmedBlockCertificate,
},
};

use super::{check_block_epoch, ChainWorkerState};
Expand Down

0 comments on commit f1d9287

Please sign in to comment.