fix compilation

This commit is contained in:
realbigsean
2022-12-15 10:26:10 -05:00
parent d893706e0e
commit 1644978cdb
10 changed files with 15 additions and 22 deletions

View File

@@ -41,7 +41,7 @@ struct ExecutionMetadata {
}
/// Newtype for testing withdrawals.
#[cfg(all(feature = "withdrawals", feature = "withdrawals-processing"))]
#[cfg(feature = "withdrawals")]
#[derive(Debug, Clone, Deserialize)]
pub struct WithdrawalsPayload<T: EthSpec> {
payload: FullPayload<T>,