Skip to content

Commit

Permalink
more spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielmer committed Feb 14, 2024
1 parent d7e0047 commit 85b4553
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions waku/waku_rln_relay/group_manager/on_chain/group_manager.nim
Original file line number Diff line number Diff line change
Expand Up @@ -656,8 +656,8 @@ method init*(g: OnchainGroupManager): Future[void] {.async.} =
raise newException(CatchableError, "the provided commitment does not have a membership")
except CatchableError:
raise newException(CatchableError, "could not check if the commitment exists on the contract: " &
getCurrentExceptionMsg())
getCurrentExceptionMsg())

g.idCredentials = some(keystoreCred.identityCredential)

let metadataGetRes = g.rlnInstance.getMetadata()
Expand Down

0 comments on commit 85b4553

Please sign in to comment.