We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b389615 commit e0b1f32Copy full SHA for e0b1f32
nimbus_verified_proxy/lc/lc_manager.nim
@@ -308,12 +308,6 @@ proc loop(self: LightClientManager) {.async: (raises: [CancelledError]).} =
308
NUM_RETRIES = 2
309
RETRY_TIMEOUT = self.timeParams.SLOT_DURATION div (NUM_RETRIES + 1)
310
311
- # try atleast twice
312
- let
313
- NUM_RETRIES = 2
314
- RETRY_TIMEOUT =
315
- chronos.seconds(int64(self.timeParams.SECONDS_PER_SLOT) div (NUM_RETRIES + 1))
316
-
317
while true:
318
let
319
wallTime = self.getBeaconTime()
0 commit comments