Skip to content

Commit

Permalink
rm garbage
Browse files Browse the repository at this point in the history
  • Loading branch information
Lazar955 committed Sep 17, 2024
1 parent 89d4d1a commit 32ca015
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions e2etest/submitter_e2e_test.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
package e2etest

import (
"fmt"
"github.com/babylonlabs-io/vigilante/testutil"
"math/rand"
"testing"
Expand Down Expand Up @@ -185,12 +184,3 @@ func TestSubmitterSubmissionReplace(t *testing.T) {
// block should have 2 transactions, 1 from submitter and 1 coinbase
require.Equal(t, len(blockWithOpReturnTransactions.Transactions), 3)
}

func TestSubmitterDocker(t *testing.T) {
numMatureOutputs := uint32(10)

tm := StartManager(t, numMatureOutputs, defaultEpochInterval)
defer tm.Stop(t)

fmt.Printf("asdf")
}

0 comments on commit 32ca015

Please sign in to comment.