diff --git a/net/config.go b/net/config.go index dde5db96..b0cdf564 100644 --- a/net/config.go +++ b/net/config.go @@ -10,8 +10,7 @@ type Config struct { } type ServerConfig struct { - IdentityHandshake bool `yaml:"identityHandshake"` - ListenAddrs []string `yaml:"listenAddrs"` + ListenAddrs []string `yaml:"listenAddrs"` } type StreamConfig struct {