mirror of
https://github.com/sigp/lighthouse.git
synced 2026-04-18 21:38:31 +00:00
Remove withdrawals guard for PayloadAttributesV2
This commit is contained in:
@@ -4191,6 +4191,8 @@ impl<T: BeaconChainTypes> BeaconChain<T> {
|
||||
.await,
|
||||
#[cfg(feature = "withdrawals")]
|
||||
withdrawals,
|
||||
#[cfg(not(feature = "withdrawals"))]
|
||||
withdrawals: None,
|
||||
});
|
||||
|
||||
debug!(
|
||||
|
||||
Reference in New Issue
Block a user