chore: update metrix location

This commit is contained in:
darshankabariya 2025-04-01 01:23:01 +05:30
parent e47835d89f
commit 725ba6efa9
2 changed files with 2 additions and 2 deletions

View File

@ -201,8 +201,6 @@ method generateProof*(
).valueOr:
return err("proof generation failed: " & $error)
waku_rln_remaining_proofs_per_epoch.dec()
waku_rln_total_generated_proofs.inc()
return ok(proof)
method isReady*(g: GroupManager): Future[bool] {.base, async.} =

View File

@ -335,6 +335,8 @@ method generateProof*(
shareY: shareY,
nullifier: nullifier,
)
waku_rln_remaining_proofs_per_epoch.dec()
waku_rln_total_generated_proofs.inc()
return ok(output)
method verifyProof*(