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

Commit

Permalink
Merge branch 'r0-prover' of github.com:taikoxyz/taiko-client into r0-…
Browse files Browse the repository at this point in the history
…prover
  • Loading branch information
YoGhurt111 committed Apr 22, 2024
2 parents d5e7b67 + d17745a commit 799f24b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions prover/event_handler/block_proposed_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,11 @@ import (
"context"
"time"

proofProducer "github.com/taikoxyz/taiko-client/prover/proof_producer"
state "github.com/taikoxyz/taiko-client/prover/shared_state"

"github.com/ethereum/go-ethereum/common"

"github.com/taikoxyz/taiko-client/bindings"
proofProducer "github.com/taikoxyz/taiko-client/prover/proof_producer"
state "github.com/taikoxyz/taiko-client/prover/shared_state"
)

func (s *EventHandlerTestSuite) TestBlockProposedHandle() {
Expand Down

0 comments on commit 799f24b

Please sign in to comment.