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

@@ -4191,6 +4191,8 @@ impl<T: BeaconChainTypes> BeaconChain<T> {
.await,
#[cfg(feature = "withdrawals")]
withdrawals,
#[cfg(not(feature = "withdrawals"))]
withdrawals: None,
});
debug!(