additional updates per pr review

This commit is contained in:
shane-moore
2025-08-18 12:21:21 -07:00
committed by Mark Mackey
parent 161bd2d1bf
commit a3563289c1
4 changed files with 18 additions and 24 deletions

View File

@@ -167,9 +167,6 @@ where
#[superstruct(only(Gloas))]
pub latest_block_hash: ExecutionBlockHash,
#[superstruct(only(Gloas))]
pub latest_full_slot: Slot,
#[superstruct(only(Gloas))]
pub latest_withdrawals_root: Hash256,
}
@@ -500,7 +497,6 @@ impl<E: EthSpec> TryInto<BeaconState<E>> for PartialBeaconState<E> {
builder_pending_payments,
builder_pending_withdrawals,
latest_block_hash,
latest_full_slot,
latest_withdrawals_root
],
[historical_summaries]