mirror of
https://github.com/ipfs/kubo.git
synced 2026-03-09 18:28:08 +08:00
go-ipfs-config: fix: fix type name typo
This commit is contained in:
parent
0f17ef601f
commit
f74d15eacf
@ -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.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user