1
0
Fork 0
mirror of https://github.com/anyproto/any-sync.git synced 2025-06-08 14:07:02 +09:00

remove unused param

This commit is contained in:
Sergey Cherepanov 2023-02-17 00:24:52 +03:00 committed by Mikhail Iudin
parent 3a43f603fb
commit 68e122cf72
No known key found for this signature in database
GPG key ID: FAAAA8BAABDFF1C0

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 {