Skip to content

Commit

Permalink
cargo clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
ilitteri committed Oct 30, 2024
1 parent 2737883 commit bec6d27
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion crates/blockchain/mempool.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ use ethereum_rust_core::{
Address, H256, U256,
};
use ethereum_rust_storage::{error::StoreError, Store};
use tracing::warn;

/// Add a blob transaction and its blobs bundle to the mempool
pub fn add_blob_transaction(
Expand Down

0 comments on commit bec6d27

Please sign in to comment.