Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
YoGhurt111 committed Oct 9, 2024
1 parent 2328487 commit 4360b2a
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -161,8 +161,7 @@ func (s *ProofSubmitter) RequestProof(ctx context.Context, meta metadata.TaikoBl
}
// Check if there is full buffer
if s.proofBuffer.MaxLength == uint64(s.proofBuffer.Len()) {
log.Debug("Buffer is full now, try to aggregate firstly", "blockID", meta.GetBlockID())
s.aggregationNotify <- s.Tier()
log.Debug("Buffer is full now", "blockID", meta.GetBlockID())
return errBufferOverflow
}
// Check if there is a need to generate proof
Expand Down

0 comments on commit 4360b2a

Please sign in to comment.