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

Commit

Permalink
feat(prover): fix bug (#655)
Browse files Browse the repository at this point in the history
  • Loading branch information
mask-pp authored Mar 21, 2024
1 parent fed3a27 commit d110fb4
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions prover/proof_submitter/proof_submitter.go
Original file line number Diff line number Diff line change
Expand Up @@ -157,11 +157,6 @@ func (s *ProofSubmitter) SubmitProof(
return fmt.Errorf("invalid anchor transaction: %w", err)
}

// Get and validate this anchor transaction's receipt.
if _, err = s.anchorValidator.GetAndValidateAnchorTxReceipt(ctx, anchorTx); err != nil {
return fmt.Errorf("failed to fetch anchor transaction receipt: %w", err)
}

// Build the TaikoL1.proveBlock transaction and send it to the L1 node.
if err = encoding.TryParsingCustomError(s.sender.Send(
ctx,
Expand Down

0 comments on commit d110fb4

Please sign in to comment.