diff --git a/p2p/simulations/network.go b/p2p/simulations/network.go index d373ac88cc..3480c67554 100644 --- a/p2p/simulations/network.go +++ b/p2p/simulations/network.go @@ -586,8 +586,8 @@ type Node struct { Config *adapters.NodeConfig `json:"config"` // up tracks whether or not the node is running - up bool `json:"up"` - upMu sync.RWMutex `json:"-"` + up bool + upMu sync.RWMutex } func (n *Node) Up() bool {