Skip to content

Commit

Permalink
Update waku/v2/protocol/waku_rln_relay/waku_rln_relay_utils.nim
Browse files Browse the repository at this point in the history
Co-authored-by: Sanaz Taheri <35961250+staheri14@users.noreply.github.com>
  • Loading branch information
rymnc and staheri14 authored Nov 8, 2022
1 parent 4551a7d commit fb7853b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion waku/v2/protocol/waku_rln_relay/waku_rln_relay_utils.nim
Original file line number Diff line number Diff line change
Expand Up @@ -560,7 +560,7 @@ when defined(rlnzerokit):
idComms: seq[IDCommitment]): bool =
## Insert multiple members i.e., identity commitments
## returns true if the insertion is successful
## returns false if the insertion fails
## returns false if any of the insertions fails

# convert seq[IDCommitment] to seq[byte]
var idCommsBytes: seq[byte] = @[]
Expand Down

0 comments on commit fb7853b

Please sign in to comment.