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

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
RogerLamTd committed May 19, 2023
1 parent 07ee62c commit 7e3eba6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bindings/.githead
Original file line number Diff line number Diff line change
@@ -1 +1 @@
ccecd708276bce3eca84b92c7c48c95b2156dd18
285c756c270fa4041c10aa06d95e2067fcc1b69f
2 changes: 1 addition & 1 deletion prover/proof_producer/zkevm_rpcd_producer_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import (
)

func TestNewZkevmRpcdProducer(t *testing.T) {
dummpyZkevmRpcdProducer, err := NewZkevmRpcdProducer("http://localhost:18545", "", "", "", false, bindings.TaikoDataStateVariables.ProofTimeTarget)
dummpyZkevmRpcdProducer, err := NewZkevmRpcdProducer("http://localhost:18545", "", "", "", false, 0)
require.Nil(t, err)

dummpyZkevmRpcdProducer.CustomProofHook = func() ([]byte, uint64, error) {
Expand Down

0 comments on commit 7e3eba6

Please sign in to comment.