Skip to content

Commit

Permalink
fix: build
Browse files Browse the repository at this point in the history
  • Loading branch information
rymnc committed Jun 2, 2023
1 parent 558d477 commit 3395ab7
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions waku/v2/waku_rln_relay/group_manager/static/group_manager.nim
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,6 @@ template initializedGuard*(g: StaticGroupManager): untyped =
raise newException(ValueError, "StaticGroupManager is not initialized")

method init*(g: StaticGroupManager): Future[void] {.async,gcsafe.} =
if g.membershipIndex.isNone():
raise newException(ValueError, "Membership index is not set")

let
groupSize = g.groupSize
groupKeys = g.groupKeys
Expand Down

0 comments on commit 3395ab7

Please sign in to comment.