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

Commit

Permalink
chore(test): fix a typo (#388)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexshliu committed Sep 14, 2023
1 parent 8157550 commit 5f1450c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pkg/rpc/engine_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import (
"github.com/stretchr/testify/require"
)

func TestL2EngineBorbidden(t *testing.T) {
func TestL2EngineForbidden(t *testing.T) {
c := newTestClient(t)

_, err := c.L2Engine.ForkchoiceUpdate(
Expand Down
2 changes: 1 addition & 1 deletion prover/proof_producer/zkevm_rpcd_producer.go
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ func (p *ZkevmRpcdProducer) requestProof(opts *ProofRequestOptions) (*RpcdOutput
}

// Cancel cancels an existing proof generation.
// Right now, it is just a stub that does nothing, because it is not possible to cnacel the proof
// Right now, it is just a stub that does nothing, because it is not possible to cancel the proof
// with the current zkevm software.
func (p *ZkevmRpcdProducer) Cancel(ctx context.Context, blockID *big.Int) error {
log.Info("Cancel proof generation for block", "blockId", blockID)
Expand Down

0 comments on commit 5f1450c

Please sign in to comment.