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

Commit

Permalink
remove redundant code.
Browse files Browse the repository at this point in the history
  • Loading branch information
ckartik committed Oct 2, 2023
1 parent e3d14f9 commit fb3daf0
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions pkg/preconfirmation/preconfirmation_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,6 @@ func TestPreconfBidSubmission(t *testing.T) {

svc := p2ptest.New(
&client,
p2ptest.WithConnectFunc(func(addr []byte) (p2p.Peer, error) {
return client, nil
}),
)

topo := &testTopo{}
Expand Down

0 comments on commit fb3daf0

Please sign in to comment.