mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
primitives: rm alloy_consensus::transaction reexports (#11191)
This commit is contained in:
@ -1,5 +1,6 @@
|
||||
#![allow(missing_docs)]
|
||||
|
||||
use alloy_consensus::TxEip4844;
|
||||
use alloy_eips::eip4844::env_settings::EnvKzgSettings;
|
||||
use alloy_primitives::hex;
|
||||
use criterion::{
|
||||
@ -11,7 +12,7 @@ use proptest::{
|
||||
test_runner::{RngAlgorithm, TestRng, TestRunner},
|
||||
};
|
||||
use proptest_arbitrary_interop::arb;
|
||||
use reth_primitives::{BlobTransactionSidecar, TxEip4844};
|
||||
use reth_primitives::BlobTransactionSidecar;
|
||||
use revm_primitives::MAX_BLOB_NUMBER_PER_BLOCK;
|
||||
|
||||
// constant seed to use for the rng
|
||||
|
||||
Reference in New Issue
Block a user