Skip to content

Commit

Permalink
Remove unused MAX_BLOBS_PER_BLOCK
Browse files Browse the repository at this point in the history
  • Loading branch information
cichaczem committed Jun 4, 2024
1 parent 37c2522 commit 9cf22bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tx_4844.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#[cfg(test)]
mod tests {
use alloy::consensus::{SidecarBuilder, SimpleCoder};
use alloy::eips::eip4844::{DATA_GAS_PER_BLOB, MAX_BLOBS_PER_BLOCK};
use alloy::eips::eip4844::DATA_GAS_PER_BLOB;
use alloy::network::TransactionBuilder;
use alloy::node_bindings::Anvil;
use alloy::providers::{Provider, ProviderBuilder};
Expand Down

0 comments on commit 9cf22bd

Please sign in to comment.