Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
moo-onthelawn committed Sep 20, 2024
1 parent 0871947 commit 16b036e
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -391,7 +391,6 @@ internal class ConnectionsSupervisor(
val timer = helper.ioImplementations.timer ?: CoroutineTimer.instance
chainTimer = timer.schedule(serverPollingDuration, null) {
if (readyToConnect) {
validatorUrl = null
bestEffortConnectChain()
}
false
Expand Down

0 comments on commit 16b036e

Please sign in to comment.