justin's suggestion to unwedge CI (#15679)

Co-authored-by: Kasey Kirkham <kasey@users.noreply.github.com>
This commit is contained in:
kasey
2025-09-10 15:31:29 -05:00
committed by GitHub
parent 5c68ec5c39
commit 5e079aa62c
2 changed files with 2 additions and 2 deletions

View File

@@ -0,0 +1,2 @@
### Ignored
- Unwedge ethspecify.

View File

@@ -3737,8 +3737,6 @@
sources:
- file: beacon-chain/core/validators/validator.go
search: func InitiateValidatorExit(
- file: beacon-chain/core/validators/validator.go
search: if s.Version() < version.Electra {
spec: |
<spec fn="initiate_validator_exit" fork="phase0" hash="0483a058">
def initiate_validator_exit(state: BeaconState, index: ValidatorIndex) -> None: