Skip to content

Commit

Permalink
Update Aztec Connect Specs after Launch (#1285)
Browse files Browse the repository at this point in the history
* removing allow_zero_input and fixing latex rendering

* Fixing latex rendering

* minor changes

* Claim circuit spec is updated and diagram is changed

* removing claim circuit unintentional change

* removing claim circuit unintentional change

* minor change as per Ariel suggestion

* Reverting claim circuit example

* minor changes to rollup md

* cleanup and Mike suggestions
  • Loading branch information
arijitdutta67 authored Sep 21, 2022
1 parent 88c52fd commit 3df798b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/aztec/rollup/proofs/claim/claim_circuit.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ void claim_circuit(Composer& composer, claim_tx const& tx)
const auto output_value_b =
suint_ct(witness_ct(&composer, tx.output_value_b), NOTE_VALUE_BIT_LENGTH, "output_value_b");

// const bool_ct& second_input_virtual = claim_note_data.bridge_call_data_local.config.second_input_virtual;
const bool_ct first_output_virtual =
circuit::get_asset_id_flag(claim_note_data.bridge_call_data_local.output_asset_id_a);
const bool_ct second_output_virtual =
Expand Down

0 comments on commit 3df798b

Please sign in to comment.