Skip to content

Commit

Permalink
fix(taiko-client): remove ontake info in log to avoid panic (#18878)
Browse files Browse the repository at this point in the history
Co-authored-by: Gavin “yoghurt” Yu <[email protected]>
  • Loading branch information
YoGhurt111 and Gavin “yoghurt” Yu authored Feb 5, 2025
1 parent 589797d commit 4a9202f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/taiko-client/prover/prover.go
Original file line number Diff line number Diff line change
Expand Up @@ -504,15 +504,13 @@ func (p *Prover) submitProofOp(proofResponse *proofProducer.ProofResponse) error
log.Error(
"Proof submission reverted",
"blockID", proofResponse.BlockID,
"minTier", proofResponse.Meta.Ontake().GetMinTier(),
"error", err,
)
return nil
}
log.Error(
"Submit proof error",
"blockID", proofResponse.BlockID,
"minTier", proofResponse.Meta.Ontake().GetMinTier(),
"error", err,
)
return err
Expand Down

0 comments on commit 4a9202f

Please sign in to comment.