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

Commit

Permalink
feat: fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
davidtaikocha committed Feb 26, 2024
1 parent cf66932 commit 52b1030
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 @@ -133,11 +133,6 @@ func (s *ProofSubmitter) RequestProof(ctx context.Context, event *bindings.Taiko
return err
}

l1Header, err := s.rpc.L1.HeaderByHash(ctx, event.Meta.L1Hash)
if err != nil {
return err
}

// Request proof.
opts := &proofProducer.ProofRequestOptions{
BlockID: block.Number(),
Expand Down

0 comments on commit 52b1030

Please sign in to comment.