Skip to content

Commit

Permalink
chore(starknet_batcher): bug fix (#2613)
Browse files Browse the repository at this point in the history
  • Loading branch information
ArniStarkware authored Dec 10, 2024
1 parent 16127eb commit 0e4cc2a
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions crates/starknet_batcher/src/batcher.rs
Original file line number Diff line number Diff line change
Expand Up @@ -302,12 +302,6 @@ impl Batcher {
Ok(())
}

// TODO(Arni): Implement this function.
#[instrument(skip(self), err)]
pub async fn get_height(&mut self) -> BatcherResult<GetHeightResponse> {
todo!("Implement this function");
}

#[instrument(skip(self), err)]
pub async fn get_height(&mut self) -> BatcherResult<GetHeightResponse> {
let height = self.storage_reader.height().map_err(|err| {
Expand Down

0 comments on commit 0e4cc2a

Please sign in to comment.