Skip to content

Commit 3797c90

Browse files
committed
fix import
1 parent fcad9e9 commit 3797c90

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

crates/eips/src/eip7594/sidecar.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@ use crate::{
33
kzg_to_versioned_hash, Blob, BlobAndProofV2, BlobTransactionSidecar, Bytes48,
44
BYTES_PER_BLOB, BYTES_PER_COMMITMENT, BYTES_PER_PROOF,
55
},
6-
eip7594::EIP_7594_WRAPPER_VERSION,
6+
eip7594::{CELLS_PER_EXT_BLOB, EIP_7594_WRAPPER_VERSION},
77
};
88
use alloc::vec::Vec;
99
use alloy_primitives::B256;
1010
use alloy_rlp::{Buf, BufMut, Decodable, Encodable, Header};
1111

1212
#[cfg(feature = "kzg")]
13-
use crate::{eip4844::BlobTransactionValidationError, eip7594::CELLS_PER_EXT_BLOB};
13+
use crate::eip4844::BlobTransactionValidationError;
1414

1515
/// This represents a set of blobs, and its corresponding commitments and proofs.
1616
/// Proof type depends on the sidecar variant.

0 commit comments

Comments
 (0)