forked from TrueCloudLab/frostfs-node
[#603] cmd/node: Remove no longer used BootstrapType enum
Signed-off-by: Leonard Lyubich <leonard@nspcc.ru>
This commit is contained in:
parent
6279b6343f
commit
946d4c4253
1 changed files with 0 additions and 8 deletions
|
@ -161,8 +161,6 @@ type cfgNetmap struct {
|
||||||
startEpoch uint64 // epoch number when application is started
|
startEpoch uint64 // epoch number when application is started
|
||||||
}
|
}
|
||||||
|
|
||||||
type BootstrapType uint32
|
|
||||||
|
|
||||||
type cfgNodeInfo struct {
|
type cfgNodeInfo struct {
|
||||||
// values from config
|
// values from config
|
||||||
localInfo netmap.NodeInfo
|
localInfo netmap.NodeInfo
|
||||||
|
@ -204,12 +202,6 @@ type cfgReputation struct {
|
||||||
scriptHash util.Uint160
|
scriptHash util.Uint160
|
||||||
}
|
}
|
||||||
|
|
||||||
const (
|
|
||||||
_ BootstrapType = iota
|
|
||||||
StorageNode
|
|
||||||
RelayNode
|
|
||||||
)
|
|
||||||
|
|
||||||
func initCfg(path string) *cfg {
|
func initCfg(path string) *cfg {
|
||||||
var p config.Prm
|
var p config.Prm
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue