Skip to content

Commit

Permalink
fix(circom): Update LC, LC_recursive invocation with K=7.
Browse files Browse the repository at this point in the history
  • Loading branch information
stefan-nikolov96 authored and Dimo99 committed Jun 27, 2023
1 parent caa62cf commit 7fb96ab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ pragma circom 2.1.5;

include "../../circuits/light_client.circom";

component main = LightClient(512);
component main = LightClient(512, 7);
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ pragma circom 2.1.5;

include "../../circuits/light_client_recursive.circom";

component main { public [ originator, nextHeaderHashNum ] } = LightClientRecursive(512);
component main { public [ originator, nextHeaderHashNum ] } = LightClientRecursive(512, 7);

0 comments on commit 7fb96ab

Please sign in to comment.