Skip to content

Commit

Permalink
test(rosenet-node): fix libp2p components
Browse files Browse the repository at this point in the history
  • Loading branch information
mkermani144 committed Jun 28, 2024
1 parent 06c90c1 commit c1cba01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/scaling-large-messages/src/relay/relay.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const node = await createRoseNetRelay({
whitelist: process.env.WHITELIST!.split(','),
maxReservations: 40,
debug: {
libp2pComponents: ['libp2p:*'],
libp2pComponents: ['*'],
},
});

Expand Down

0 comments on commit c1cba01

Please sign in to comment.