Skip to content

Commit

Permalink
refactor(censorship): remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
alextes committed Jan 5, 2024
1 parent 184207f commit b4bc9fe
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/censorship/chain.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ use async_trait::async_trait;
use chrono::{DateTime, Utc};
use serde::Deserialize;

pub use file::ChainStoreFile;

#[derive(Debug, Deserialize)]
pub struct Block {
pub base_fee_per_gas: i64,
Expand Down

0 comments on commit b4bc9fe

Please sign in to comment.