[skip ci] remove an unused variable
This commit is contained in:
parent
d4bafdf5a4
commit
798fa69647
|
@ -31,7 +31,6 @@ template firstSuccessTimeout*(vc: ValidatorClientRef, respType: typedesc,
|
||||||
vc.onlineNodes()
|
vc.onlineNodes()
|
||||||
except CancelledError as exc:
|
except CancelledError as exc:
|
||||||
# waitOnlineNodes do not cancel `timoutFuture`.
|
# waitOnlineNodes do not cancel `timoutFuture`.
|
||||||
var default: seq[BeaconNodeServerRef]
|
|
||||||
if not(isNil(timerFut)) and not(timerFut.finished()):
|
if not(isNil(timerFut)) and not(timerFut.finished()):
|
||||||
await timerFut.cancelAndWait()
|
await timerFut.cancelAndWait()
|
||||||
raise exc
|
raise exc
|
||||||
|
|
Loading…
Reference in New Issue