Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(taiko-client): remove useless function and correct erorr handling #17463

Merged
merged 12 commits into from
Jun 4, 2024
Prev Previous commit
Next Next commit
fix comment
  • Loading branch information
mask-pp committed Jun 2, 2024
commit 80ee5977ef19bb924ef322d6296670d74fb24eca
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ import (
)

var (
errL1Reorged = errors.New("l1 reorged")
errL1Reorged = errors.New("L1 reorged")
proofExpirationDelay = 6 * 12 * time.Second // 6 ethereum blocks
)

Expand Down
Loading