Skip to content

Commit

Permalink
save work: other ambiguous fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
agnxsh committed May 7, 2024
1 parent 127152b commit 2eac8f5
Show file tree
Hide file tree
Showing 3 changed files with 222 additions and 222 deletions.
2 changes: 1 addition & 1 deletion beacon_chain/spec/beaconstate.nim
Original file line number Diff line number Diff line change
Expand Up @@ -849,7 +849,7 @@ func is_partially_withdrawable_validator(
# https://github.com/ethereum/consensus-specs/blob/v1.4.0-beta.5/specs/capella/beacon-chain.md#new-get_expected_withdrawals
func get_expected_withdrawals*(
state: capella.BeaconState | deneb.BeaconState | electra.BeaconState):
seq[electra.Withdrawal] =
seq[Withdrawal] =
let
epoch = get_current_epoch(state)
num_validators = lenu64(state.validators)
Expand Down
Loading

0 comments on commit 2eac8f5

Please sign in to comment.