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 bd68a89 commit 00bda1e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -398,7 +398,7 @@ func (s *ProofSubmitter) BatchSubmitProofs(ctx context.Context, batchProof *proo
}

if block.Transactions().Len() == 0 {
log.Error("invalid block without anchor transaction, blockID", "blockId", proof.BlockID)
log.Error("Invalid block without anchor transaction, blockID", "blockId", proof.BlockID)
invalidProofs = append(invalidProofs, proof)
continue
}
Expand Down

0 comments on commit 00bda1e

Please sign in to comment.