chore: condition export of generate_blob_sidecar on its cfg (#7023)

This commit is contained in:
Dan Cline
2024-03-06 18:03:10 -05:00
committed by GitHub
parent 968354c70d
commit 3308ddbc2d

View File

@@ -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};