From 416c5a17229c644dcefd9da1392cb7105fbc7f9d Mon Sep 17 00:00:00 2001 From: thomaslavaur <82142582+thomaslavaur@users.noreply.github.com> Date: Wed, 18 Mar 2026 08:30:25 +0100 Subject: [PATCH] Fix syntax for would_win.slot assignment --- blend/poq.circom | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blend/poq.circom b/blend/poq.circom index 8f069fd..6ddd0cb 100644 --- a/blend/poq.circom +++ b/blend/poq.circom @@ -90,7 +90,7 @@ template ProofOfQuota(nLevelsPK, nLevelsPol, bitsQuota) { // enforce potential PoL (without verification that the note is unspent) // (All constraints inside pol ensure LeadershipVerify) component would_win = would_win_leadership(nLevelsPol); - would_win.slot <== pol_sl;https://github.com/logos-blockchain/logos-blockchain-circuits + would_win.slot <== pol_sl; would_win.epoch_nonce <== pol_epoch_nonce; would_win.t0 <== pol_t0; would_win.t1 <== pol_t1;