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

@@ -933,6 +933,8 @@ impl<T: EthSpec> ExecutionLayer<T> {
suggested_fee_recipient,
#[cfg(feature = "withdrawals")]
withdrawals: withdrawals_ref.clone(),
#[cfg(not(feature = "withdrawals"))]
withdrawals: None,
});
let response = engine