v2 for nodes.json -> statistics.clients not number
This commit is contained in:
parent
f3403c364c
commit
58035764b7
|
@ -35,7 +35,7 @@ type Nodes struct {
|
||||||
// NewNodes create Nodes structs (cache DB)
|
// NewNodes create Nodes structs (cache DB)
|
||||||
func NewNodes() *Nodes {
|
func NewNodes() *Nodes {
|
||||||
nodes := &Nodes{
|
nodes := &Nodes{
|
||||||
Version: 1,
|
Version: 2,
|
||||||
List: make(map[string]*Node),
|
List: make(map[string]*Node),
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue