Remove/document remaining Electra TODOs (#6982)

Not essential to merge this now, but I'm going through TODOs for Electra to make sure we haven't missed anything.

Targeting this at the release branch anyway so that auditors/readers don't get alarmed 😅
This commit is contained in:
Michael Sproul
2025-04-09 14:14:50 +10:00
committed by GitHub
parent 076f3f0984
commit ec643843e0
4 changed files with 3 additions and 4 deletions

View File

@@ -249,7 +249,6 @@ impl Validator {
}
}
/// TODO(electra): refactor these functions and make it simpler.. this is a mess
/// Returns `true` if the validator is partially withdrawable.
fn is_partially_withdrawable_validator_capella(&self, balance: u64, spec: &ChainSpec) -> bool {
self.has_eth1_withdrawal_credential(spec)