Skip to content

Commit 97fee07

Browse files
authored
Merge pull request #7585 from Luflosi/fix-typo
docs: fix typo in default swarm addrs config docs
2 parents 7b9bb8f + 0155a88 commit 97fee07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/config.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ Default:
260260
[
261261
"/ip4/0.0.0.0/tcp/4001",
262262
"/ip6/::/tcp/4001",
263-
"/ip6/0.0.0.0/udp/4001/quic",
263+
"/ip4/0.0.0.0/udp/4001/quic",
264264
"/ip6/::/udp/4001/quic"
265265
]
266266
```

0 commit comments

Comments
 (0)