diff --git a/cmd/neofs-node/config.go b/cmd/neofs-node/config.go index 8f4e8189..c584bd6e 100644 --- a/cmd/neofs-node/config.go +++ b/cmd/neofs-node/config.go @@ -161,8 +161,6 @@ type cfgNetmap struct { startEpoch uint64 // epoch number when application is started } -type BootstrapType uint32 - type cfgNodeInfo struct { // values from config localInfo netmap.NodeInfo @@ -204,12 +202,6 @@ type cfgReputation struct { scriptHash util.Uint160 } -const ( - _ BootstrapType = iota - StorageNode - RelayNode -) - func initCfg(path string) *cfg { var p config.Prm