Skip to content

Commit

Permalink
Update packages/taiko-client/prover/proof_submitter/proof_submitter.go
Browse files Browse the repository at this point in the history
Co-authored-by: David <david@taiko.xyz>
  • Loading branch information
YoGhurt111 and davidtaikocha authored Nov 20, 2024
1 parent 4ce2d56 commit bd68a89
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -406,7 +406,7 @@ func (s *ProofSubmitter) BatchSubmitProofs(ctx context.Context, batchProof *proo
// Validate TaikoL2.anchor transaction inside the L2 block.
anchorTx := block.Transactions()[0]
if err = s.anchorValidator.ValidateAnchorTx(anchorTx); err != nil {
log.Error("invalid anchor transaction", "error", err)
log.Error("Invalid anchor transaction", "error", err)
invalidProofs = append(invalidProofs, proof)
}
if proof.BlockID.Cmp(latestProvenBlockID) > 0 {
Expand Down

0 comments on commit bd68a89

Please sign in to comment.