From f74d15eacfe0ec256b3bc631217e1df5744b6959 Mon Sep 17 00:00:00 2001 From: Steven Allen Date: Mon, 15 Jun 2020 19:56:38 -0700 Subject: [PATCH] go-ipfs-config: fix: fix type name typo --- config/swarm.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/swarm.go b/config/swarm.go index bc01e88ef..7ce55bec8 100644 --- a/config/swarm.go +++ b/config/swarm.go @@ -61,7 +61,7 @@ type Transports struct { // Multiplexers specifies the transports used to multiplex multiple // connections over a single duplex connection. - Multiplex struct { + Multiplexers struct { // Defaults to 100. Yamux Priority `json:",omitempty"` // Defaults to 200.