Skip to content

Commit

Permalink
chore: condition export of generate_blob_sidecar on its cfg (#7023)
Browse files Browse the repository at this point in the history
  • Loading branch information
Rjected authored Mar 6, 2024
1 parent 968354c commit 3308ddb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/primitives/src/transaction/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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};
Expand Down

0 comments on commit 3308ddb

Please sign in to comment.