Fix object errors

This commit is contained in:
howardwu 2021-03-04 10:49:47 -08:00
parent 4fec97083d
commit 4e9576e58d
2 changed files with 2 additions and 2 deletions

View File

@ -17,7 +17,7 @@
use leo_ast::Error as FormattedError;
use leo_ast::Span;
use snarkvm_errors::objects::account::AccountError;
use snarkos_objects::errors::AccountError;
use snarkvm_r1cs::SynthesisError;
use std::path::Path;

View File

@ -16,7 +16,7 @@
use crate::InputValueError;
use snarkvm_errors::objects::account::AccountError;
use snarkos_objects::errors::AccountError;
use std::num::ParseIntError;
use std::str::ParseBoolError;