Skip to content

Commit

Permalink
chore: test parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
dndll committed Feb 9, 2024
1 parent c62c5bd commit bd1d3f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/operator/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ fn main() {
use near_light_clientx::SyncCircuit;
SyncCircuit::<NETWORK>::entrypoint();
} else if #[cfg(feature = "verify")] {
const PROOF_AMT: usize = 64;
const PROOF_BATCH_SIZE: usize = 4;
const PROOF_AMT: usize = 2;
const PROOF_BATCH_SIZE: usize = 1;

assert!(PROOF_AMT % PROOF_BATCH_SIZE == 0);
assert!(PROOF_AMT / PROOF_BATCH_SIZE.is_power_of_two());
Expand Down

0 comments on commit bd1d3f3

Please sign in to comment.