Forgot one feature guard

This commit is contained in:
Mark Mackey 2022-11-10 15:33:26 -06:00
parent 756e48f5dc
commit 81319dfcae

View File

@ -3647,6 +3647,7 @@ impl<T: BeaconChainTypes> BeaconChain<T> {
voluntary_exits,
sync_aggregate,
prepare_payload_handle,
#[cfg(feature = "withdrawals")]
bls_to_execution_changes,
})
}