Update poq.circom

This commit is contained in:
megonen 2025-06-11 17:12:52 +03:00 committed by GitHub
parent 01e02e4e7e
commit f1cb69601e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -15,7 +15,7 @@ include "../Mantle/pol.circom"; // defines proof_of_leadership
* - bitsQuota : bit-width for the index comparator
* - zoneTreeDepth : depth of the zones aged notes Merkle tree (32)
*/
template ProofOfQuota(nLevelsPK, nLevelsPol, bitsQuota) {
template ProofOfQuota(nLevelsPK, nLevelsPol, bitsQuota, zoneTreeDepth) {
// Public Inputs
signal input session; // session s
signal input Qc; // core quota Q_C