Skip to content

Commit

Permalink
fix(prove_finality): Missing inputs
Browse files Browse the repository at this point in the history
  • Loading branch information
Dimo99 authored and stefan-nikolov96 committed Jan 15, 2024
1 parent 63eee99 commit 02f51be
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions casper-finality-proofs/src/prove_finality/circuit.rs
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,7 @@ pub fn validate_source<L: PlonkParameters<D>, const D: usize>(
assert_is_true(builder, is_valid_pair_pred);
}

// Is this consistent with the consensus spec equivalent - # Process finalizations ?
pub fn validate_justification_bits<L: PlonkParameters<D>, const D: usize>(
builder: &mut CircuitBuilder<L, D>,
source_index_epoch: U64Variable,
Expand Down

0 comments on commit 02f51be

Please sign in to comment.