Remove withdrawals guard for PayloadAttributesV2

This commit is contained in:
Mark Mackey
2022-11-28 11:43:54 -06:00
parent 342489a0c3
commit e0ea26c228
5 changed files with 9 additions and 7 deletions

View File

@@ -115,6 +115,8 @@ impl<T: EthSpec> MockExecutionLayer<T> {
// FIXME: think about adding withdrawals here..
#[cfg(feature = "withdrawals")]
withdrawals: Some(vec![]),
#[cfg(not(feature = "withdrawals"))]
withdrawals: None,
})
}
},