From e84e7f801cfbdc9c7771fb7613cbff679179c47c Mon Sep 17 00:00:00 2001 From: thomaslavaur Date: Thu, 15 Jan 2026 12:42:36 +0100 Subject: [PATCH] fix misspelling --- blend/poq.circom | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blend/poq.circom b/blend/poq.circom index 02314c4..d95e038 100644 --- a/blend/poq.circom +++ b/blend/poq.circom @@ -5,7 +5,7 @@ include "../hash_bn/poseidon2_hash.circom"; include "../misc/constants.circom"; // defines KDF, SELECTION_RANDOMNESS, PROOF_NULLIFIER include "../misc/comparator.circom"; include "../circomlib/circuits/bitify.circom"; -include "../Mantle/pol_lib.circom"; // defines proof_of_leadership +include "../mantle/pol_lib.circom"; // defines proof_of_leadership include "../ledger/notes.circom"; /**