From 4843f7140dd5a8fbe4a550c6f170abe9ccfc03c7 Mon Sep 17 00:00:00 2001 From: thomaslavaur Date: Wed, 9 Apr 2025 14:36:32 +0200 Subject: [PATCH] fix forgotten error --- circom_circuits/Mantle/ownership.circom | 1 - 1 file changed, 1 deletion(-) diff --git a/circom_circuits/Mantle/ownership.circom b/circom_circuits/Mantle/ownership.circom index 9a7abdb..88b3aca 100644 --- a/circom_circuits/Mantle/ownership.circom +++ b/circom_circuits/Mantle/ownership.circom @@ -13,7 +13,6 @@ template proof_of_private_note_ownership(maxInput){ signal input minting_covenant[maxInput]; signal input spending_covenant[maxInput]; signal input burning_covenant[maxInput]; - signal input is_an_input[maxInput]; signal input attached_data;