You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
type GlobalConfig struct {
Type string `json:"@type"`
DHT DHTConfig `json:"dht"`
Liteservers []LiteserverConfig `json:"liteservers"`
Validator ValidatorConfig `json:"validator"`
}
type DHTConfig struct {
Type string `json:"@type"`
K int `json:"k"`
A int `json:"a"`
StaticNodes DHTNodes `json:"static_nodes"`
}
Hi, this is not global config, it is engine.validator.config. To get global config for your node you should do installer and then clcf commands in mytonctrl, it will generate correct config
Hi, this is not global config, it is engine.validator.config. To get global config for your node you should do installer and then clcf commands in mytonctrl, it will generate correct config
err:
config.json
go
The reason is that the latest configuration file dht is an array, in go sdk or struct
The text was updated successfully, but these errors were encountered: