Skip to content

Commit

Permalink
fix(rln-relay): trace log (#1743)
Browse files Browse the repository at this point in the history
  • Loading branch information
rymnc committed May 19, 2023
1 parent d0aa388 commit 5eae60e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ proc handleEvents(g: OnchainGroupManager,
except CatchableError:
error "failed to insert members into the tree", error=getCurrentExceptionMsg()
raise newException(ValueError, "failed to insert members into the tree")
trace "new members added to the Merkle tree", commitments=members.mapIt(it.idCommitment.inHex()) , startingIndex=startingIndex
trace "new members added to the Merkle tree", commitments=members.mapIt(it[0].idCommitment.inHex())
g.latestProcessedBlock = some(blockNumber)

return
Expand Down

0 comments on commit 5eae60e

Please sign in to comment.