bump alloy version (#7344)

This commit is contained in:
Thomas Coratger
2024-03-27 12:41:31 +01:00
committed by GitHub
parent 4d798c7b65
commit 8b4898b651
12 changed files with 163 additions and 152 deletions

View File

@@ -32,7 +32,7 @@ where
}
/// Return the withdrawals for the payload or attributes.
pub fn withdrawals(&self) -> Option<&Vec<reth_rpc_types::withdrawal::Withdrawal>> {
pub fn withdrawals(&self) -> Option<&Vec<reth_rpc_types::Withdrawal>> {
match self {
Self::ExecutionPayload { payload, .. } => payload.withdrawals(),
Self::PayloadAttributes(attributes) => attributes.withdrawals(),

View File

@@ -7,7 +7,7 @@ use reth_primitives::{
};
use reth_rpc_types::{
engine::{OptimismPayloadAttributes, PayloadAttributes as EthPayloadAttributes, PayloadId},
withdrawal::Withdrawal,
Withdrawal,
};
/// Represents a built payload type that contains a built [SealedBlock] and can be converted into