Skip to content

Commit

Permalink
chore: fix typo in comment (#9846)
Browse files Browse the repository at this point in the history
Signed-off-by: stayweek <[email protected]>
  • Loading branch information
stayweek authored Apr 1, 2024
1 parent 8a50388 commit 878f01f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cl/phase1/forkchoice/forkchoice.go
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ func (f *ForkChoiceStore) updateChildren(parentSlot uint64, parent, child libcom
if ok {
c = cI.(childrens)
}
c.parentSlot = parentSlot // can be innacurate.
c.parentSlot = parentSlot // can be inaccurate.
if slices.Contains(c.childrenHashes, child) {
return
}
Expand Down

0 comments on commit 878f01f

Please sign in to comment.