Skip to content

Commit

Permalink
fixed missing seeding
Browse files Browse the repository at this point in the history
  • Loading branch information
ClaytonNorthey92 committed Jun 24, 2024
1 parent ea7f2af commit 430dc30
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions service/tbc/tbc_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -821,6 +821,7 @@ func createTbcServer(ctx context.Context, t *testing.T, mappedPeerPort nat.Port)
cfg.LevelDBHome = home
cfg.Network = networkLocalnet
cfg.ListenAddress = tcbListenAddress
cfg.Seeds = []string{"127.0.0.1"}
tbcServer, err := NewServer(cfg)
if err != nil {
t.Fatal(err)
Expand Down

0 comments on commit 430dc30

Please sign in to comment.