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

Commit

Permalink
feat(prover): improve ZkevmRpcdProducer logs (#265)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidtaikocha committed Jun 7, 2023
1 parent 68a967c commit 44cb975
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions prover/proof_producer/zkevm_rpcd_producer.go
Original file line number Diff line number Diff line change
Expand Up @@ -167,9 +167,8 @@ func (p *ZkevmRpcdProducer) callProverDaemon(ctx context.Context, opts *ProofReq
return err
}

log.Info("Request proof", "height", opts.Height, "output", output)

if output == nil {
log.Info("Proof generating", "height", opts.Height, "time", time.Since(start))
return errProofGenerating
}
proof = common.Hex2Bytes(output.Circuit.Proof[2:])
Expand Down

0 comments on commit 44cb975

Please sign in to comment.