[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()
|
||||
except CancelledError as exc:
|
||||
# waitOnlineNodes do not cancel `timoutFuture`.
|
||||
var default: seq[BeaconNodeServerRef]
|
||||
if not(isNil(timerFut)) and not(timerFut.finished()):
|
||||
await timerFut.cancelAndWait()
|
||||
raise exc
|
||||
|
|
Loading…
Reference in New Issue