Merge branch 'fix/leo-test' of https://github.com/AleoHQ/leo into fix/leo-test

This commit is contained in:
howardwu 2020-08-03 21:01:08 -07:00
commit 22da3aa556

View File

@ -15,7 +15,7 @@ use leo_typed::{Input, LeoTypedAst, MainInput, Program};
use snarkos_errors::gadgets::SynthesisError;
use snarkos_models::{
curves::{Field, PrimeField},
gadgets::r1cs::{ConstraintSynthesizer, ConstraintSystem, TestConstraintSystem},
gadgets::r1cs::{ConstraintSynthesizer, ConstraintSystem},
};
use sha2::{Digest, Sha256};