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

feat(prover): fix bug #655

Merged
merged 1 commit into from
Mar 21, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading