@cryptotaxi247 / kubo / commits / f74d15eac

go-ipfs-config: fix: fix type name typo

Steven Allen committed Jun 15, 2020 at 19:56 UTC f74d15eacfe0ec256b3bc631217e1df5744b6959
1 file changed +1 -1
config/swarm.go
+1 -1
@@ -61,7 +61,7 @@ type Transports struct {
61
62 // Multiplexers specifies the transports used to multiplex multiple
63 // connections over a single duplex connection.
64 - Multiplex struct {
64 + Multiplexers struct {
65 // Defaults to 100.
66 Yamux Priority `json:",omitempty"`
67 // Defaults to 200.