Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
YoGhurt111 committed Sep 28, 2024
1 parent 804428e commit b25ed1c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,7 @@ func (s *ProofSubmitter) BatchSubmitProofs(ctx context.Context, batchProof *proo
)
var (
invalidProofs []*proofProducer.ProofWithHeader
latestProvenBlockID *big.Int
latestProvenBlockID = big.NewInt(0)
)
if len(batchProof.Proofs) == 0 {
return proofProducer.ErrInvalidLength
Expand Down

0 comments on commit b25ed1c

Please sign in to comment.