add missing json struct tag
This commit is contained in:
parent
7acabfe9f6
commit
deb44da5f0
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ type PeerMap struct {
|
|||
Peers map[string]map[PeerKey]Peer `json:"peers"`
|
||||
Seeders bool `json:"seeders"`
|
||||
Config config.SubnetConfig `json:"config"`
|
||||
Size int32
|
||||
Size int32 `json:"size"`
|
||||
sync.RWMutex
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue