Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
go-libp2p
Commits
0c971f9a
Unverified
Commit
0c971f9a
authored
6 years ago
by
Steven Allen
Committed by
GitHub
6 years ago
Browse files
Options
Download
Plain Diff
Merge pull request #397 from cannium/typo
Fix a typo in doc
parents
163d7d40
ed85445d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
libp2p.go
+1
-1
libp2p.go
with
1 addition
and
1 deletion
+1
-1
libp2p.go
View file @
0c971f9a
...
...
@@ -33,7 +33,7 @@ func ChainOptions(opts ...Option) Option {
// - If no transport and listen addresses are provided, the node listens to
// the multiaddresses "/ip4/0.0.0.0/tcp/0" and "/ip6/::/tcp/0";
//
// - If no transport options are provided, the node uses T
P
C and websocket
// - If no transport options are provided, the node uses TC
P
and websocket
// transport protocols;
//
// - If no multiplexer configuration is provided, the node is configured by
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help