Skip to content
This repository has been archived by the owner on May 11, 2024. It is now read-only.

Commit

Permalink
chore(prover): fix a typo (#690)
Browse files Browse the repository at this point in the history
Signed-off-by: findseat <[email protected]>
  • Loading branch information
findseat committed Apr 7, 2024
1 parent 41c2019 commit 2586c72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prover/event_handler/block_proposed.go
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ func (h *BlockProposedEventHandler) Handle(
end eventIterator.EndBlockProposedEventIterFunc,
) error {
// If there are newly generated proofs, we need to submit them as soon as possible,
// to aviod proof submission timeout.
// to avoid proof submission timeout.
if len(h.proofGenerationCh) > 0 {
log.Info("onBlockProposed callback early return", "proofGenerationChannelLength", len(h.proofGenerationCh))
end()
Expand Down

0 comments on commit 2586c72

Please sign in to comment.