Skip to content

Commit

Permalink
remove breaking changes
Browse files Browse the repository at this point in the history
  • Loading branch information
joroshiba committed Oct 1, 2024
1 parent 41fdb54 commit f4350f1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion crates/astria-conductor/src/block_cache.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ use astria_core::sequencerblock::v1alpha1::{
use pin_project_lite::pin_project;
use sequencer_client::tendermint::block::Height;

// Test
pub(crate) trait GetSequencerHeight {
fn get_height(&self) -> Height;
}
Expand Down
1 change: 0 additions & 1 deletion crates/astria-conductor/src/build_info.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
use astria_build_info::BuildInfo;

// Test
pub const BUILD_INFO: BuildInfo = astria_build_info::get!();

0 comments on commit f4350f1

Please sign in to comment.