Browse Source

Just repair spelling mistake

Signed-off-by: gukq <gukaiqiang@gmail.com>
pull/422/head
gukq 6 years ago
parent
commit
b84518b6c9
  1. 2
      defaults.go

2
defaults.go

@ -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),

Loading…
Cancel
Save