Skip to content

Commit

Permalink
fix: stop itests framework from prematurely setting listenaddrs via g…
Browse files Browse the repository at this point in the history
…o-libp2p defaults that conflict with lotus
  • Loading branch information
aschmahmann committed Jun 7, 2023
1 parent 7c5331f commit 8c7cb68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion itests/framework/framework.go
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ func FullNodeAndMiner(t *testing.T) (*kit.TestFullNode, *kit.TestMiner) {
fnOpts := []kit.NodeOpt{
kit.ConstructorOpts(
lnode.Override(new(lp2p.RawHost), func() (host.Host, error) {
return libp2p.New()
return libp2p.New(libp2p.DefaultTransports)
}),
),
kit.ThroughRPC(),
Expand Down

0 comments on commit 8c7cb68

Please sign in to comment.