Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
zjma committed Feb 5, 2024
1 parent 1893435 commit 2388d1c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions consensus/src/dag/bootstrap.rs
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ use aptos_logger::{debug, info};
use aptos_reliable_broadcast::{RBNetworkSender, ReliableBroadcast};
use aptos_types::{
epoch_state::EpochState,
on_chain_config::{DagConsensusConfigV1, Features, ValidatorTxnConfig},
on_chain_config::{DagConsensusConfigV1, FeatureFlag, Features, ValidatorTxnConfig},
validator_signer::ValidatorSigner,
};
use async_trait::async_trait;
Expand All @@ -62,7 +62,6 @@ use tokio::{
task::{block_in_place, JoinHandle},
};
use tokio_retry::strategy::ExponentialBackoff;
use aptos_types::on_chain_config::FeatureFlag;

#[derive(Clone)]
struct BootstrapBaseState {
Expand Down

0 comments on commit 2388d1c

Please sign in to comment.