Skip to content
This repository has been archived by the owner on Jun 24, 2024. It is now read-only.

Commit

Permalink
Fix another warning
Browse files Browse the repository at this point in the history
  • Loading branch information
soareschen committed Mar 27, 2024
1 parent ed5c1bc commit 16b16d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/rollup/src/celestia_rollup.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
use async_trait::async_trait;
use sov_consensus_state_tracker::types::Namespace;
use sov_consensus_state_tracker::verifier::address::CelestiaAddress;
use sov_consensus_state_tracker::verifier::{CelestiaSpec, CelestiaVerifier, RollupParams};
use sov_consensus_state_tracker::ConsensusStateTracker;
use sov_consensus_state_tracker::{CelestiaConfig, CelestiaService};
use sov_db::sequencer_db::SequencerDB;
use sov_modules_api::default_spec::{DefaultSpec, ZkDefaultSpec};
use sov_modules_api::Spec;
use sov_modules_rollup_blueprint::RollupBlueprint;
Expand Down

0 comments on commit 16b16d3

Please sign in to comment.