mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-01-30 01:28:21 -05:00
chore: condition export of generate_blob_sidecar on its cfg (#7023)
This commit is contained in:
@@ -23,7 +23,7 @@ pub use legacy::TxLegacy;
|
||||
pub use meta::TransactionMeta;
|
||||
#[cfg(feature = "c-kzg")]
|
||||
pub use pooled::{PooledTransactionsElement, PooledTransactionsElementEcRecovered};
|
||||
#[cfg(all(feature = "c-kzg", feature = "arbitrary"))]
|
||||
#[cfg(all(feature = "c-kzg", any(test, feature = "arbitrary")))]
|
||||
pub use sidecar::generate_blob_sidecar;
|
||||
#[cfg(feature = "c-kzg")]
|
||||
pub use sidecar::{BlobTransaction, BlobTransactionSidecar, BlobTransactionValidationError};
|
||||
|
||||
Reference in New Issue
Block a user