forked from cerc-io/plugeth
p2p/simulations: enforce camel case variable names (#19053)
This commit is contained in:
parent
2e8a5e5659
commit
d3ccedc767
@ -193,7 +193,7 @@ OUTER:
|
|||||||
|
|
||||||
connEventCount = nodeCount
|
connEventCount = nodeCount
|
||||||
|
|
||||||
OUTER_TWO:
|
OuterTwo:
|
||||||
for {
|
for {
|
||||||
select {
|
select {
|
||||||
case <-ctx.Done():
|
case <-ctx.Done():
|
||||||
@ -211,7 +211,7 @@ OUTER_TWO:
|
|||||||
connEventCount--
|
connEventCount--
|
||||||
log.Debug("ev", "count", connEventCount)
|
log.Debug("ev", "count", connEventCount)
|
||||||
if connEventCount == 0 {
|
if connEventCount == 0 {
|
||||||
break OUTER_TWO
|
break OuterTwo
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user