Skip to content

Commit

Permalink
bet
Browse files Browse the repository at this point in the history
  • Loading branch information
itsdevbear committed Jun 6, 2024
1 parent 654ca2d commit 18b5d5a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion mod/beacon/blockchain/execution_engine.go
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ func (s *Service[
if s.lb.Enabled() /* TODO: check for syncing once comet pr merged*/ {
stCopy := st.Copy()
if _, err := s.sp.ProcessSlots(
stCopy, math.U64(blk.GetSlot()+1),
stCopy, blk.GetSlot()+1,
); err != nil {
return
}
Expand Down
1 change: 1 addition & 0 deletions mod/beacon/validator/receive.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ func (s *Service[
blockErr, blobsErr error
wg sync.WaitGroup
)
//nolint:mnd
wg.Add(2)

go func() {
Expand Down

0 comments on commit 18b5d5a

Please sign in to comment.