BeaconState ssz_static tests passing

This commit is contained in:
Michael Sproul
2026-01-20 09:51:29 +11:00
parent 90122b7662
commit 7bf98d4ff6
6 changed files with 3 additions and 8 deletions

View File

@@ -555,7 +555,6 @@ fn process_builder_pending_payments<E: EthSpec>(
exit_queue_epoch.safe_add(spec.min_validator_withdrawability_delay)?;
let mut withdrawal = payment.withdrawal.clone();
withdrawal.withdrawable_epoch = withdrawable_epoch;
state.builder_pending_withdrawals_mut()?.push(withdrawal)?;
Ok(())
})?;