Skip to content

Commit

Permalink
Address review comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
cheatfate committed Jun 10, 2024
1 parent 290d059 commit e628336
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion beacon_chain/validators/validator_pool.nim
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ proc setValidatorIndex*(pool: var ValidatorPool, validator: AttachedValidator,
pool.indexSet.incl(index)
validator.index = Opt.some(index)

proc removeValidatorIndex*(pool: var ValidatorPool, index: ValidatorIndex) =
proc removeValidatorIndex(pool: var ValidatorPool, index: ValidatorIndex) =
pool.indexSet.excl(index)

proc removeValidator*(pool: var ValidatorPool, pubkey: ValidatorPubKey) =
Expand Down

0 comments on commit e628336

Please sign in to comment.