primitives: rm alloy Withdrawal reexport (#12296)

This commit is contained in:
Thomas Coratger
2024-11-04 09:21:17 +01:00
committed by GitHub
parent 9814041603
commit 56b76871ed
19 changed files with 36 additions and 37 deletions

View File

@ -1,6 +1,7 @@
//! Generators for different data structures like block headers, block bodies and ranges of those.
use alloy_consensus::{Transaction as _, TxLegacy};
use alloy_eips::eip4895::Withdrawal;
use alloy_primitives::{Address, BlockNumber, Bytes, Parity, Sealable, TxKind, B256, U256};
pub use rand::Rng;
use rand::{
@ -8,7 +9,7 @@ use rand::{
};
use reth_primitives::{
proofs, sign_message, Account, BlockBody, Header, Log, Receipt, SealedBlock, SealedHeader,
StorageEntry, Transaction, TransactionSigned, Withdrawal, Withdrawals,
StorageEntry, Transaction, TransactionSigned, Withdrawals,
};
use secp256k1::{Keypair, Secp256k1};
use std::{