mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-26 06:36:43 +00:00
break loop when delayFlag becomes false (#1121)
This commit is contained in:
parent
c4e2a3f335
commit
c629c0fdb6
1 changed files with 1 additions and 0 deletions
|
|
@ -1124,6 +1124,7 @@ mainloop:
|
||||||
|
|
||||||
if ok1 || ok2 {
|
if ok1 || ok2 {
|
||||||
delayFlag = false
|
delayFlag = false
|
||||||
|
break
|
||||||
}
|
}
|
||||||
|
|
||||||
for j := range deps[i] {
|
for j := range deps[i] {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue