Skip to content

Commit

Permalink
add log
Browse files Browse the repository at this point in the history
  • Loading branch information
YoGhurt111 committed Sep 28, 2024
1 parent b25ed1c commit 1a5014b
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,10 @@ func (s *ProofSubmitter) RequestProof(ctx context.Context, meta metadata.TaikoBl
err,
)
}
log.Debug("Succeed to generate proof",
"blockID", meta.GetBlockID(),
"bufferSize", bufferSize,
)
if s.proofBuffer.MaxLength == uint64(bufferSize) {
if err = s.AggregateProofs(ctx); err != nil {
return fmt.Errorf("failed to aggregate proof : %w", err)
Expand Down

0 comments on commit 1a5014b

Please sign in to comment.