Skip to content

Commit 37b3e8f

Browse files
committed
oops
1 parent 66e1d44 commit 37b3e8f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

execution_chain/nimbus_execution_client.nim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@ proc runExeClient*(conf: NimbusConf, com: CommonRef, stopper: StopFuture) =
300300
if (let reason = ProcessState.stopping(); reason.isSome()):
301301
notice "Shutting down", reason = reason[]
302302
break
303-
if stopper != nil or stopper.finished():
303+
if stopper != nil and stopper.finished():
304304
break
305305

306306
chronos.poll()

vendor/nimbus-eth2

0 commit comments

Comments
 (0)