Commit b84518b6 authored by gukq's avatar gukq
Browse files

Just repair spelling mistake


Signed-off-by: default avatargukq <gukaiqiang@gmail.com>
parent 542d43a3
...@@ -32,7 +32,7 @@ var DefaultMuxers = ChainOptions( ...@@ -32,7 +32,7 @@ var DefaultMuxers = ChainOptions(
// DefaultTransports are the default libp2p transports. // DefaultTransports are the default libp2p transports.
// //
// Use this option when you want to *extend* the set of multiplexers used by // Use this option when you want to *extend* the set of transports used by
// libp2p instead of replacing them. // libp2p instead of replacing them.
var DefaultTransports = ChainOptions( var DefaultTransports = ChainOptions(
Transport(tcp.NewTCPTransport), Transport(tcp.NewTCPTransport),
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment