remove unused param

This commit is contained in:
Sergey Cherepanov 2023-02-17 00:24:52 +03:00
parent 5b93739487
commit 49b738fb3c
No known key found for this signature in database
GPG Key ID: 87F8EDE8FBDF637C

View File

@ -10,8 +10,7 @@ type Config struct {
} }
type ServerConfig struct { type ServerConfig struct {
IdentityHandshake bool `yaml:"identityHandshake"` ListenAddrs []string `yaml:"listenAddrs"`
ListenAddrs []string `yaml:"listenAddrs"`
} }
type StreamConfig struct { type StreamConfig struct {