Skip to content

Commit

Permalink
Spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
kgrgpg committed Jul 24, 2022
1 parent 0a2c5ca commit 7162bfa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions waku/v2/protocol/waku_rln_relay/waku_rln_relay_utils.nim
Original file line number Diff line number Diff line change
Expand Up @@ -840,6 +840,7 @@ proc readPersistentRlnCredentials*() : RlnMembershipCredentials {.raises: [Defec

let jsonObject = parseJson(entireRlnCredentialsFile)
let deserializedRlnCredentials = to(jsonObject, RlnMembershipCredentials)

info "Deserialized Rln credentials", rlnCredentials=deserializedRlnCredentials
result = deserializedRlnCredentials

Expand Down

0 comments on commit 7162bfa

Please sign in to comment.