Skip to content

Commit c4bed49

Browse files
add comments
1 parent e53cda4 commit c4bed49

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

local/network.go

+4-2
Original file line numberDiff line numberDiff line change
@@ -115,8 +115,10 @@ type localNetwork struct {
115115
subnetConfigFiles map[string]string
116116
// if true, for ports given in conf that are already taken, assign new random ones
117117
reassignPortsIfUsed bool
118-
redirectStdout bool
119-
redirectStderr bool
118+
// if true, direct this node's Stdout to os.Stdout
119+
redirectStdout bool
120+
// if true, direct this node's Stderr to os.Stderr
121+
redirectStderr bool
120122
// map from subnet id to elastic subnet tx id
121123
subnetID2ElasticSubnetID map[ids.ID]ids.ID
122124
}

0 commit comments

Comments
 (0)