Skip to content

Commit

Permalink
probably fix plonk part
Browse files Browse the repository at this point in the history
  • Loading branch information
Artemka374 committed Dec 18, 2024
1 parent 6e0fdec commit a099b19
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ impl Tokenize for &ProveBatches {

if protocol_version.is_pre_gateway() {
let proof_input = Token::Tuple(vec![
Token::Array(vec![verifier_type.into_token()]),
Token::Array(vec![]),
Token::Array(proof.into_iter().map(Token::Uint).collect()),
]);

Expand Down

0 comments on commit a099b19

Please sign in to comment.