mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
refactor: finalize proofs mod move from reth-primitives to reth-primitives-traits (#13875)
This commit is contained in:
@ -340,7 +340,8 @@ mod tests {
|
||||
use alloy_primitives::{Address, Bytes, PrimitiveSignature as Signature, U256};
|
||||
use rand::Rng;
|
||||
use reth_chainspec::ChainSpecBuilder;
|
||||
use reth_primitives::{proofs, BlockBody, Transaction, TransactionSigned};
|
||||
use reth_primitives::{BlockBody, Transaction, TransactionSigned};
|
||||
use reth_primitives_traits::proofs;
|
||||
|
||||
fn mock_blob_tx(nonce: u64, num_blobs: usize) -> TransactionSigned {
|
||||
let mut rng = rand::thread_rng();
|
||||
|
||||
Reference in New Issue
Block a user