Skip to content

Commit

Permalink
chore: just space
Browse files Browse the repository at this point in the history
  • Loading branch information
darshankabariya committed Dec 9, 2024
1 parent f844b5f commit 5becb37
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions waku/waku_rln_relay/rln_relay.nim
Original file line number Diff line number Diff line change
Expand Up @@ -414,6 +414,7 @@ proc monitorEpochs(wakuRlnRelay: WakuRLNRelay): Future[void] {.async.} =
await sleepAsync(nextEpochTime - epochTime())
else:
await sleepAsync(1000) # 1 second

except CatchableError:
error "Error in epoch monitoring", error = getCurrentExceptionMsg()

Expand Down

0 comments on commit 5becb37

Please sign in to comment.